(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.1 and 1.23.8.2

version 1.23.8.1, 2013/06/03 22:35:46 version 1.23.8.2, 2013/09/29 21:45:43
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 95 
Line 100 
  
     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 102 
Line 108 
     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.1  
changed lines
  Added in v.1.23.8.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2