Update of /cvsroot/sblim/sfcc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4328
Modified Files:
cmcidt.h
Log Message:
Index: cmcidt.h
===================================================================
RCS file: /cvsroot/sblim/sfcc/cmcidt.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- cmcidt.h 2 May 2005 15:31:49 -0000 1.1.1.1
+++ cmcidt.h 4 May 2005 18:17:47 -0000 1.2
@@ -19,8 +19,8 @@
*
*/
-#ifndef _CMPIDT_H_
-#define _CMPIDT_H_
+#ifndef _CMCIDT_H_
+#define _CMCIDT_H_
#include <stdio.h>
@@ -188,7 +188,6 @@
CMPIInstance* inst;
CMPIObjectPath* ref;
CMPIArgs* args;
- CMPISelectExp* filter;
CMPIEnumeration* Enum;
CMPIArray* array;
CMPIString* string;
@@ -388,7 +387,7 @@
};
#endif
-#endif // _CMPIDT_H_
+#endif // _CMCIDT_H_
|