[pywin32-checkins] pywin32/com/win32comext/shell/src PyIShellFolder.cpp,1.9,1.10
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2004-12-15 01:08:01
|
Update of /cvsroot/pywin32/pywin32/com/win32comext/shell/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2704/win32comext/shell/src Modified Files: PyIShellFolder.cpp Log Message: Autoduck correction. Index: PyIShellFolder.cpp =================================================================== RCS file: /cvsroot/pywin32/pywin32/com/win32comext/shell/src/PyIShellFolder.cpp,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** PyIShellFolder.cpp 6 Oct 2004 05:17:15 -0000 1.9 --- PyIShellFolder.cpp 15 Dec 2004 01:07:51 -0000 1.10 *************** *** 276,280 **** } ! // @pymethod |PyIShellFolder|GetUIObjectOf|Description of GetUIObjectOf. PyObject *PyIShellFolder::GetUIObjectOf(PyObject *self, PyObject *args) { --- 276,280 ---- } ! // @pymethod int, <o PyIUnknown>|PyIShellFolder|GetUIObjectOf|Description of GetUIObjectOf. PyObject *PyIShellFolder::GetUIObjectOf(PyObject *self, PyObject *args) { |