Update of /cvsroot/pywin32/pywin32/com/win32comext/adsi/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16093
Modified Files:
PyIDirectoryObject.i
Log Message:
Autodck.
Index: PyIDirectoryObject.i
===================================================================
RCS file: /cvsroot/pywin32/pywin32/com/win32comext/adsi/src/PyIDirectoryObject.i,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** PyIDirectoryObject.i 31 May 2005 12:49:52 -0000 1.3
--- PyIDirectoryObject.i 2 Jun 2005 06:26:25 -0000 1.4
***************
*** 35,39 ****
%{
! // @pyswig <o PyADS_OBJECT_INFO>|GetObjectAttributes|Gets one or more specified attributes of the directory service object, as defined in the <o PyADS_ATTR_INFO> structure.
PyObject *PyIDirectoryObject::GetObjectAttributes(PyObject *self, PyObject *args)
{
--- 35,39 ----
%{
! // @pyswig (<o PyADS_ATTR_INFO>, ...)|GetObjectAttributes|Gets one or more specified attributes of the directory service object, as defined in the <o PyADS_ATTR_INFO> structure.
PyObject *PyIDirectoryObject::GetObjectAttributes(PyObject *self, PyObject *args)
{
|