[pywin32-checkins] pywin32/com/win32com/src/include PythonCOMServer.h,1.5,1.6
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2005-01-26 02:31:15
|
Update of /cvsroot/pywin32/pywin32/com/win32com/src/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31473/include Modified Files: PythonCOMServer.h Log Message: Correct a couple of error messages. Index: PythonCOMServer.h =================================================================== RCS file: /cvsroot/pywin32/pywin32/com/win32com/src/include/PythonCOMServer.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** PythonCOMServer.h 25 Jan 2005 13:33:16 -0000 1.5 --- PythonCOMServer.h 26 Jan 2005 02:29:43 -0000 1.6 *************** *** 151,155 **** // B/W compat hack for gateways. #define PyCom_HandlePythonFailureToCOM() \ ! PyCom_SetAndLogCOMErrorFromPyExceptionEx(this->m_pPyObject, "gateway method", GetIID()) // F/W compat hack for gateways! Must be careful about updating --- 151,155 ---- // B/W compat hack for gateways. #define PyCom_HandlePythonFailureToCOM() \ ! PyCom_SetAndLogCOMErrorFromPyExceptionEx(this->m_pPyObject, "<unknown>", GetIID()) // F/W compat hack for gateways! Must be careful about updating |