(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.1.2.4 and 1.1.2.6

version 1.1.2.4, 2009/08/17 13:47:46 version 1.1.2.6, 2009/09/18 09:11:11
Line 88 
Line 88 
      */      */
     Boolean isUninitialized( ) const {return (cls.base == NULL); };     Boolean isUninitialized( ) const {return (cls.base == NULL); };
  
       static StrLit qualifierNameStrLit(Uint32 num)
       {
           return _qualifierNameStrLit[num];
       }
   
 private: private:
  
     void Ref()     void Ref()
Line 145 
Line 150 
  
     const char* _getPropertyNameAtNode(Uint32 propNode) const;     const char* _getPropertyNameAtNode(Uint32 propNode) const;
  
       void _setUnionValue(SCMBUnion& scmoU,CIMType type,Union& cimU);
   
     inline SCMO_RC _isNodeSameType(     inline SCMO_RC _isNodeSameType(
         Uint32 node,         Uint32 node,
         CIMType type,         CIMType type,
Line 159 
Line 166 
         char *base;         char *base;
     }cls;     }cls;
  
       static const StrLit _qualifierNameStrLit[72];
   
     friend class SCMOInstance;     friend class SCMOInstance;
     friend class SCMODump;     friend class SCMODump;
       friend class SCMOXmlWriter;
 }; };
  
   
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END
  
 #endif #endif


Legend:
Removed from v.1.1.2.4  
changed lines
  Added in v.1.1.2.6

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2