From: Narasimha S. <nsh...@us...> - 2011-12-27 20:44:00
|
Update of /cvsroot/sblim/sfcb In directory vz-cvs-3.sog:/tmp/cvs-serv19945 Modified Files: cimXmlGen.c Log Message: [3446179] Add a feature to validate CMPI types Index: cimXmlGen.c =================================================================== RCS file: /cvsroot/sblim/sfcb/cimXmlGen.c,v retrieving revision 1.76 retrieving revision 1.77 diff -u -d -r1.76 -r1.77 --- cimXmlGen.c 30 Nov 2011 23:22:29 -0000 1.76 +++ cimXmlGen.c 27 Dec 2011 20:43:57 -0000 1.77 @@ -55,6 +55,7 @@ extern CMPIData __ift_internal_getPropertyAt(const CMPIInstance * ci, CMPICount i, char ** name, CMPIStatus * rc, int readonly); +extern int invalid_uint(const char *v, const CMPIType type); const char *opGetClassNameChars(CMPIObjectPath * cop); |