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

Diff for /pegasus/src/Pegasus/Compiler/cimmofParser.h between version 1.35 and 1.36

version 1.35, 2007/06/22 21:34:59 version 1.36, 2007/08/29 20:17:04
Line 172 
Line 172 
         void log_parse_error(char *token, const char *errmsg) const;         void log_parse_error(char *token, const char *errmsg) const;
  
         //------------------------------------------------------------------         //------------------------------------------------------------------
         // Do various representation transformations.  
         // These are in this class simply because there wasn't another  
         // conventient place for them.  They could just as well be static  
         // methods of some convenience class.  
         //------------------------------------------------------------------  
         //    Octal character input to decimal character output  
         char *oct_to_dec(const String &octrep) const;  
         //    Hex character input to decimal character output  
         char *hex_to_dec(const String &hexrep) const;  
         //    Binary character input to decimal character output  
         char *binary_to_dec(const String &binrep) const;  
   
         //------------------------------------------------------------------  
         // Handle the processing of CIM-specific constructs         // Handle the processing of CIM-specific constructs
         //------------------------------------------------------------------         //------------------------------------------------------------------
         // This is called after a completed #pragma production is formed         // This is called after a completed #pragma production is formed


Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2