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

Diff for /pegasus/src/Pegasus/Common/CIMObjectPath.h between version 1.35.6.1 and 1.36

version 1.35.6.1, 2008/07/01 15:17:56 version 1.36, 2008/06/17 18:18:16
Line 56 
Line 56 
 { {
 public: public:
  
     /**      enum Type { BOOLEAN, STRING, NUMERIC, REFERENCE };
         The CIMKeyBinding Type corresponds to the CIM-XML key binding  
         definition, in which the CIMType values are mapped into categories.  
     */  
     enum Type  
     {  
         /** Boolean type */  
         BOOLEAN,  
         /** String, Char16, and CIMDateTime types */  
         STRING,  
         /** Integer and real number types */  
         NUMERIC,  
         /** CIMObjectPath (reference) type */  
         REFERENCE  
     };  
  
     /**     /**
         Constructs a CIMKeyBinding object with null values.         Constructs a CIMKeyBinding object with null values.


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2