(file) Return to RepositoryQueryContext.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / CQL / Attic

Diff for /pegasus/src/Pegasus/CQL/Attic/RepositoryQueryContext.cpp between version 1.1.2.3 and 1.1.2.4

version 1.1.2.3, 2004/09/23 18:03:38 version 1.1.2.4, 2004/09/25 19:37:15
Line 83 
Line 83 
   return _class;   return _class;
 } }
  
   Array<CIMName> RepositoryQueryContext::enumerateClassNames(const CIMName& inClassName)
   {
     return _CIMRep->enumerateClassNames(getNamespace(),
                                         inClassName,
                                         true);          // deepInheritance
   }
   
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END
  


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2