[pywin32-checkins] pywin32/win32/src win32pipe.i,1.10,1.11
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2005-01-30 13:39:40
|
Update of /cvsroot/pywin32/pywin32/win32/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18154 Modified Files: win32pipe.i Log Message: Autoduck fixes - @pymeth is not required for methods implemented in .i Index: win32pipe.i =================================================================== RCS file: /cvsroot/pywin32/pywin32/win32/src/win32pipe.i,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** win32pipe.i 13 Sep 2004 01:46:13 -0000 1.10 --- win32pipe.i 30 Jan 2005 13:39:26 -0000 1.11 *************** *** 136,149 **** %native(popen4) PyPopen4; - // @pymeth GetNamedPipeHandleState|Returns the state of a named pipe. %native(GetNamedPipeHandleState) MyGetNamedPipeHandleState; - // @pymeth SetNamedPipeHandleState|Sets the state of a named pipe. %native(SetNamedPipeHandleState) MySetNamedPipeHandleState; - // @pymeth ConnectNamedPipe|Connects to a named pipe %native(ConnectNamedPipe) MyConnectNamedPipe; - // @pymeth CallNamedPipe|Calls a named pipe %native(CallNamedPipe) MyCallNamedPipe; --- 136,145 ---- |