Update of /cvsroot/sblim/sfcb
In directory vz-cvs-3.sog:/tmp/cvs-serv9738
Modified Files:
cimXmlGen.h
Log Message:
[3446179] Add a feature to validate CMPI types
Index: cimXmlGen.h
===================================================================
RCS file: /cvsroot/sblim/sfcb/cimXmlGen.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- cimXmlGen.h 21 Dec 2007 16:04:48 -0000 1.9
+++ cimXmlGen.h 30 Nov 2011 23:22:48 -0000 1.10
@@ -38,7 +38,7 @@
extern CMPIValue *getKeyValueTypePtr(char *type, char *value, XtokValueReference *ref,
CMPIValue * val, CMPIType * typ, char *scopingNS);
-extern CMPIValue str2CMPIValue(CMPIType type, XtokValue val, XtokValueReference *ref, char *ns);
+extern CMPIValue str2CMPIValue(CMPIType type, XtokValue val, XtokValueReference *ref, char *ns, CMPIStatus *status);
extern int value2xml(CMPIData d, UtilStringBuffer * sb, int wv);
extern int instanceName2xml(CMPIObjectPath * cop, UtilStringBuffer * sb);
extern int cls2xml(CMPIConstClass * cls, UtilStringBuffer * sb, unsigned int flags);
|