[pywin32-checkins] pywin32/com/win32com/src oleargs.cpp,1.27,1.28
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
|
From: Mark H. <mha...@us...> - 2004-07-13 07:30:35
|
Update of /cvsroot/pywin32/pywin32/com/win32com/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13502 Modified Files: oleargs.cpp Log Message: Add CVS file ID, to better track things when I get the complete file instead of a patch. Index: oleargs.cpp =================================================================== RCS file: /cvsroot/pywin32/pywin32/com/win32com/src/oleargs.cpp,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** oleargs.cpp 1 May 2004 00:30:51 -0000 1.27 --- oleargs.cpp 13 Jul 2004 07:30:26 -0000 1.28 *************** *** 1,4 **** --- 1,5 ---- // oleargs.cpp : ole args <--> python object implementation file // + // $Id$ #include "stdafx.h" |