Update of /cvsroot/pywin32/pywin32/com/win32comext/axcontrol/src
In directory sc8-pr-cvs1:/tmp/cvs-serv24822
Modified Files:
AXControl.cpp
Removed Files:
PyIOleWindow.cpp PyIOleWindow.h
Log Message:
PyIOleWindow gets upgraded to a "core" interface, so the shell package
can also derive from it.
Index: AXControl.cpp
===================================================================
RCS file: /cvsroot/pywin32/pywin32/com/win32comext/axcontrol/src/AXControl.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** AXControl.cpp 8 Oct 2003 05:36:00 -0000 1.3
--- AXControl.cpp 8 Oct 2003 23:40:23 -0000 1.4
***************
*** 323,327 ****
PYCOM_INTERFACE_IID_ONLY (OleLink),
PYCOM_INTERFACE_FULL (OleInPlaceObject),
- PYCOM_INTERFACE_FULL (OleWindow),
PYCOM_INTERFACE_FULL (ViewObject),
PYCOM_INTERFACE_FULL (ViewObject2),
--- 323,326 ----
--- PyIOleWindow.cpp DELETED ---
--- PyIOleWindow.h DELETED ---
|