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

Diff for /pegasus/src/Pegasus/Common/SCMOClass.h between version 1.3 and 1.4

version 1.3, 2013/02/13 11:39:58 version 1.4, 2014/09/30 11:04:31
Line 166 
Line 166 
         return (cls.hdr->flags.isEmpty);         return (cls.hdr->flags.isEmpty);
     }     }
  
       /**
        * Constructs an empty SCMOClass object.
        * This should be private but it is used in a test in tests/SCMO
        * so made it public.
        */
       SCMOClass();
   
 private: private:
  
     void Ref()     void Ref()
Line 184 
Line 191 
  
     };     };
  
     /**  
      * Constructs an empty SCMOClass object.  
      */  
     SCMOClass();  
  
     inline void _initSCMOClass();     inline void _initSCMOClass();
  
     void _destroyExternalReferences();     void _destroyExternalReferences();
  
     SCMO_RC _getProperyNodeIndex(Uint32& node, const char* name) const;      SCMO_RC _getPropertyNodeIndex(Uint32& node, const char* name) const;
     SCMO_RC _getKeyBindingNodeIndex(Uint32& node, const char* name) const;     SCMO_RC _getKeyBindingNodeIndex(Uint32& node, const char* name) const;
  
     void _setClassQualifers(const CIMQualifierList& theQualifierList);     void _setClassQualifers(const CIMQualifierList& theQualifierList);


Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2