|
From: Todd D. P. <ci...@us...> - 2003-09-13 20:32:33
|
Log Message:
-----------
Keeping up with gouru's changes. Some of us still do this the old fashioned way *grin*
Modified Files:
--------------
/cvsroot/decaldev/source/DecalFilters:
FilterImpl.h
/cvsroot/decaldev/source/Include:
FilterImpl.h
Revision Data
-------------
Index: FilterImpl.h
===================================================================
RCS file: /cvsroot/decaldev/source/DecalFilters/FilterImpl.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- FilterImpl.h 29 Dec 2001 05:19:27 -0000 1.3
+++ FilterImpl.h 13 Sep 2003 20:32:29 -0000 1.4
@@ -36,6 +36,7 @@
#define DISPID_CREATE_OBJECT 1
#define DISPID_RELEASE_OBJECT 2
#define DISPID_CHANGE_OBJECT 3
+#define DISPID_MOVED_OBJECT 4
/////////////////////////////////////////////////////////////////////////////
Index: FilterImpl.h
===================================================================
RCS file: /cvsroot/decaldev/source/Include/FilterImpl.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- FilterImpl.h 5 Jan 2002 04:24:13 -0000 1.2
+++ FilterImpl.h 13 Sep 2003 20:32:29 -0000 1.3
@@ -36,6 +36,7 @@
#define DISPID_CREATE_OBJECT 1
#define DISPID_RELEASE_OBJECT 2
#define DISPID_CHANGE_OBJECT 3
+#define DISPID_MOVED_OBJECT 4
/////////////////////////////////////////////////////////////////////////////
|