[pywin32-checkins] pywin32/win32/src/win32net win32netmodule.cpp,1.17,1.18
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Roger U. <ru...@us...> - 2005-01-13 00:10:35
|
Update of /cvsroot/pywin32/pywin32/win32/src/win32net In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8694/win32/src/win32net Modified Files: win32netmodule.cpp Log Message: Autoduck fixes Index: win32netmodule.cpp =================================================================== RCS file: /cvsroot/pywin32/pywin32/win32/src/win32net/win32netmodule.cpp,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** win32netmodule.cpp 12 Jan 2005 07:38:20 -0000 1.17 --- win32netmodule.cpp 13 Jan 2005 00:10:26 -0000 1.18 *************** *** 878,882 **** /* Other misc functions */ ! // @method <o PyUnicode>|win32net|NetGetDCName|Returns the name of the primary domain controller (PDC). PyObject *PyNetGetDCName(PyObject *self, PyObject *args) { --- 878,882 ---- /* Other misc functions */ ! // @pymethod <o PyUnicode>|win32net|NetGetDCName|Returns the name of the primary domain controller (PDC). PyObject *PyNetGetDCName(PyObject *self, PyObject *args) { *************** *** 909,913 **** } ! // @method <o PyUnicode>|win32net|NetGetAnyDCName|Returns the name of any domain controller trusted by the specified server. PyObject *PyNetGetAnyDCName(PyObject *self, PyObject *args) { --- 909,913 ---- } ! // @pymethod <o PyUnicode>|win32net|NetGetAnyDCName|Returns the name of any domain controller trusted by the specified server. PyObject *PyNetGetAnyDCName(PyObject *self, PyObject *args) { |