Update of /cvsroot/pywin32/pywin32/com/win32comext/bits/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28295
Modified Files:
Tag: sidnei-bits
PyIBackgroundCopyJob2.h
Log Message:
Fix line ends (was \r\r\n)
Index: PyIBackgroundCopyJob2.h
===================================================================
RCS file: /cvsroot/pywin32/pywin32/com/win32comext/bits/src/Attic/PyIBackgroundCopyJob2.h,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** PyIBackgroundCopyJob2.h 6 Feb 2008 04:21:20 -0000 1.1.2.1
--- PyIBackgroundCopyJob2.h 7 Feb 2008 06:00:44 -0000 1.1.2.2
***************
*** 1,28 ****
! // This file declares the IBackgroundCopyJob2 Interface for Python.
! // Generated by makegw.py
! // ---------------------------------------------------
! //
! // Interface Declaration
!
! #include "Bits.h"
!
! class PyIBackgroundCopyJob2 : public PyIBackgroundCopyJob
! {
! public:
! MAKE_PYCOM_CTOR(PyIBackgroundCopyJob2);
! static IBackgroundCopyJob2 *GetI(PyObject *self);
! static PyComTypeObject type;
!
! // The Python methods
! static PyObject *SetNotifyCmdLine(PyObject *self, PyObject *args);
! static PyObject *GetNotifyCmdLine(PyObject *self, PyObject *args);
! static PyObject *GetReplyProgress(PyObject *self, PyObject *args);
! static PyObject *GetReplyData(PyObject *self, PyObject *args);
! static PyObject *SetReplyFileName(PyObject *self, PyObject *args);
! static PyObject *GetReplyFileName(PyObject *self, PyObject *args);
! static PyObject *SetCredentials(PyObject *self, PyObject *args);
!
! protected:
! PyIBackgroundCopyJob2(IUnknown *pdisp);
! ~PyIBackgroundCopyJob2();
! };
--- 1,28 ----
! // This file declares the IBackgroundCopyJob2 Interface for Python.
! // Generated by makegw.py
! // ---------------------------------------------------
! //
! // Interface Declaration
!
! #include "Bits.h"
!
! class PyIBackgroundCopyJob2 : public PyIBackgroundCopyJob
! {
! public:
! MAKE_PYCOM_CTOR(PyIBackgroundCopyJob2);
! static IBackgroundCopyJob2 *GetI(PyObject *self);
! static PyComTypeObject type;
!
! // The Python methods
! static PyObject *SetNotifyCmdLine(PyObject *self, PyObject *args);
! static PyObject *GetNotifyCmdLine(PyObject *self, PyObject *args);
! static PyObject *GetReplyProgress(PyObject *self, PyObject *args);
! static PyObject *GetReplyData(PyObject *self, PyObject *args);
! static PyObject *SetReplyFileName(PyObject *self, PyObject *args);
! static PyObject *GetReplyFileName(PyObject *self, PyObject *args);
! static PyObject *SetCredentials(PyObject *self, PyObject *args);
!
! protected:
! PyIBackgroundCopyJob2(IUnknown *pdisp);
! ~PyIBackgroundCopyJob2();
! };
|