(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.43 and 1.44

version 1.43, 2012/07/26 11:14:55 version 1.44, 2012/12/05 21:10:53
Line 198 
Line 198 
         CIMInstance *newInstance(const CIMName &name);         CIMInstance *newInstance(const CIMName &name);
  
         // Called when a new property is discovered         // Called when a new property is discovered
         CIMProperty *newProperty(const CIMName &name, const CIMValue &val,          CIMProperty *newProperty(const CIMName &name,
                 const Boolean isArray,              const CIMValue &val,
                 const Uint32 arraySize,              const int arraySize,
                 const CIMName &referencedObj = CIMName()) const;                 const CIMName &referencedObj = CIMName()) const;
  
         // Called when a property production inside a class is complete         // Called when a property production inside a class is complete
Line 237 
Line 237 
                 const CIMName &propertyName) const;                 const CIMName &propertyName) const;
  
         // Called when a class alias is found         // Called when a class alias is found
         void addClassAlias(const String &alias, const CIMClass *cd,          void addClassAlias(const String &alias, const CIMClass *cd);
                 Boolean isInstance);  
  
         // Called when an instance alias is found         // Called when an instance alias is found
         Uint32 addInstanceAlias(const String &alias, const CIMInstance *cd,          Uint32 addInstanceAlias(const String &alias, const CIMInstance *cd);
                 Boolean isInstance);  
  
         // Called when an instance alias reference is found         // Called when an instance alias reference is found
         Uint32 getInstanceAlias(const String &alias, CIMObjectPath &ObjPath);         Uint32 getInstanceAlias(const String &alias, CIMObjectPath &ObjPath);


Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2