(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.16 and 1.17

version 1.16, 2002/05/11 03:38:33 version 1.17, 2002/05/11 21:36:32
Line 125 
Line 125 
   // Parse an input file   // Parse an input file
   int parse();   int parse();
   // Log a parser error   // Log a parser error
   void log_parse_error(char *token, char *errmsg) const;    void log_parse_error(char *token, const char *errmsg) const;
  
   //------------------------------------------------------------------   //------------------------------------------------------------------
   // Do various representation transformations.   // Do various representation transformations.
Line 181 
Line 181 
   // Called when a method parameter production is complete   // Called when a method parameter production is complete
   int applyParameter(CIMMethod &method, CIMParameter &parm);   int applyParameter(CIMMethod &method, CIMParameter &parm);
   // Called when a qualifier value production is complete   // Called when a qualifier value production is complete
   CIMValue *QualifierValue(const String &qualifierName, const String &valstr);    CIMValue *QualifierValue(const String &qualifierName,
                              Boolean isNull, const String &valstr);
   // Called to retrieve the value object for an existing parameter   // Called to retrieve the value object for an existing parameter
   CIMProperty *PropertyFromInstance(CIMInstance &instance,   CIMProperty *PropertyFromInstance(CIMInstance &instance,
                                     const String &propertyName) const;                                     const String &propertyName) const;


Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2