[pywin32-checkins] pywin32/com/win32com/src/include PyIEnumFORMATETC.h,1.1,1.2
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: <mha...@us...> - 2003-10-23 03:51:23
|
Update of /cvsroot/pywin32/pywin32/com/win32com/src/include In directory sc8-pr-cvs1:/tmp/cvs-serv25500/include Modified Files: PyIEnumFORMATETC.h Log Message: Don't ask subclasses to provide iter() - we manage that. Index: PyIEnumFORMATETC.h =================================================================== RCS file: /cvsroot/pywin32/pywin32/com/win32com/src/include/PyIEnumFORMATETC.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** PyIEnumFORMATETC.h 8 Oct 2003 04:28:42 -0000 1.1 --- PyIEnumFORMATETC.h 23 Oct 2003 02:44:12 -0000 1.2 *************** *** 12,16 **** static PyComTypeObject type; - virtual PyObject *iter(); virtual PyObject *iternext(); --- 12,15 ---- |