Update of /cvsroot/pywin32/pywin32/win32/src
In directory sc8-pr-cvs1:/tmp/cvs-serv8692
Modified Files:
PythonService.cpp
Log Message:
autoduck
Index: PythonService.cpp
===================================================================
RCS file: /cvsroot/pywin32/pywin32/win32/src/PythonService.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** PythonService.cpp 16 Oct 2003 05:27:56 -0000 1.7
--- PythonService.cpp 16 Oct 2003 05:41:34 -0000 1.8
***************
*** 347,351 ****
}
! // @pymethod |Initialize|Initialize the module for hosting a service. This is generally called automatically
static PyObject *PyServiceInitialize(PyObject *self, PyObject *args)
{
--- 347,351 ----
}
! // @pymethod |servicemanager|Initialize|Initialize the module for hosting a service. This is generally called automatically
static PyObject *PyServiceInitialize(PyObject *self, PyObject *args)
{
***************
*** 368,372 ****
}
! // @pymethod |Finalize|
static PyObject *PyServiceFinalize(PyObject *self)
{
--- 368,372 ----
}
! // @pymethod |servicemanager|Finalize|
static PyObject *PyServiceFinalize(PyObject *self)
{
***************
*** 376,380 ****
}
! // @pymethod |PrepareToHostSingle|Prepare for hosting a single service in this EXE
static PyObject *PyPrepareToHostSingle(PyObject *self, PyObject *args)
{
--- 376,380 ----
}
! // @pymethod |servicemanager|PrepareToHostSingle|Prepare for hosting a single service in this EXE
static PyObject *PyPrepareToHostSingle(PyObject *self, PyObject *args)
{
***************
*** 393,397 ****
}
! // @pymethod |PrepareToHostMultiple|Prepare for hosting a multiple services in this EXE
static PyObject *PyPrepareToHostMultiple(PyObject *self, PyObject *args)
{
--- 393,397 ----
}
! // @pymethod |servicemanager|PrepareToHostMultiple|Prepare for hosting a multiple services in this EXE
static PyObject *PyPrepareToHostMultiple(PyObject *self, PyObject *args)
{
|