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

Diff for /pegasus/src/Pegasus/Repository/CIMRepository.h between version 1.70 and 1.71

version 1.70, 2006/11/07 19:09:26 version 1.71, 2006/11/14 18:34:58
Line 146 
Line 146 
         const CIMName& className = CIMName(),         const CIMName& className = CIMName(),
         Boolean deepInheritance = false);         Boolean deepInheritance = false);
  
   
     /**     /**
         Enumerates the instances of the specified class and its subclasses.         Enumerates the instances of the specified class and its subclasses.
         This method mimics the client behavior for the EnumerateInstances         This method mimics the client behavior for the EnumerateInstances
Line 320 
Line 319 
     */     */
     virtual void deleteNameSpace(const CIMNamespaceName& nameSpace);     virtual void deleteNameSpace(const CIMNamespaceName& nameSpace);
  
     virtual Boolean getNameSpaceAttributes(const CIMNamespaceName& nameSpace,      virtual Boolean getNameSpaceAttributes(
           const CIMNamespaceName& nameSpace,
         NameSpaceAttributes & attributes);         NameSpaceAttributes & attributes);
  
     ////////////////////////////////////////////////////////////////////////////     ////////////////////////////////////////////////////////////////////////////
Line 371 
Line 371 
         Array<CIMName>& subClassNames) const         Array<CIMName>& subClassNames) const
     {     {
         ReadLock lock(const_cast<ReadWriteSem&>(_lock));         ReadLock lock(const_cast<ReadWriteSem&>(_lock));
         _nameSpaceManager.getSuperClassNames(nameSpaceName,          _nameSpaceManager.getSuperClassNames(
                                              className,              nameSpaceName, className, subClassNames);
                                              subClassNames);  
     }     }
  
     virtual Boolean isRemoteNameSpace(     virtual Boolean isRemoteNameSpace(
Line 381 
Line 380 
         String & remoteInfo);         String & remoteInfo);
  
 #ifdef PEGASUS_DEBUG #ifdef PEGASUS_DEBUG
     void DisplayCacheStatistics(void);      void DisplayCacheStatistics();
 #endif #endif
  
 protected: protected:


Legend:
Removed from v.1.70  
changed lines
  Added in v.1.71

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2