(file) Return to valueFactory.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Compiler

Diff for /pegasus/src/Pegasus/Compiler/valueFactory.h between version 1.23.8.2 and 1.24

version 1.23.8.2, 2013/09/29 21:45:43 version 1.24, 2012/12/05 21:10:53
Line 51 
Line 51 
 class PEGASUS_COMPILER_LINKAGE valueFactory class PEGASUS_COMPILER_LINKAGE valueFactory
 { {
 public: public:
     /**      static String stringWComma(String tmp);
         Escape any character comma found in the input string  
         @param str String to be processed.  
         @return String the processed string  
      */  
     static String stringEscapeComma(String str);  
  
     /**     /**
         Converts a String to a Uint64 according to the DMTF specification for         Converts a String to a Uint64 according to the DMTF specification for
Line 100 
Line 95 
  
     static CIMValue * createValue(CIMType type, int arrayDimension,     static CIMValue * createValue(CIMType type, int arrayDimension,
         Boolean isNull,         Boolean isNull,
         int ParseType,  
         const String *rep);         const String *rep);
  
 private: private:
Line 108 
Line 102 
     static CIMValue* _buildArrayValue(     static CIMValue* _buildArrayValue(
         CIMType type,         CIMType type,
         const String& rep);         const String& rep);
   
     static Boolean compareTypeToParseType(CIMType type, int expectedType );  
 }; };
  
 #endif #endif


Legend:
Removed from v.1.23.8.2  
changed lines
  Added in v.1.24

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2