From: Gareth S B. <bes...@us...> - 2005-06-20 06:04:38
|
Update of /cvsroot/sblim/sfcc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31786 Modified Files: native.h Log Message: added omitted #define newCMPIArgs native_new_CMPIArgs Index: native.h =================================================================== RCS file: /cvsroot/sblim/sfcc/native.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- native.h 13 Jun 2005 23:50:46 -0000 1.2 +++ native.h 20 Jun 2005 06:04:27 -0000 1.3 @@ -192,6 +192,7 @@ #define newCMPIInstance native_new_CMPIInstance #define newCMPIArray native_new_CMPIArray #define newCMPIEnumeration native_new_CMPIEnumeration +#define newCMPIArgs native_new_CMPIArgs /****************************************************************************/ struct native_propertyFT propertyFT; |