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

Diff for /pegasus/src/Pegasus/Repository/Attic/Repository.cpp between version 1.3 and 1.4

version 1.3, 2001/01/28 04:11:03 version 1.4, 2001/01/31 08:20:51
Line 23 
Line 23 
 // Author: // Author:
 // //
 // $Log$ // $Log$
   // Revision 1.4  2001/01/31 08:20:51  mike
   // Added dispatcher framework.
   // Added enumerateInstanceNames.
   //
 // Revision 1.3  2001/01/28 04:11:03  mike // Revision 1.3  2001/01/28 04:11:03  mike
 // fixed qualifier resolution // fixed qualifier resolution
 // //
Line 692 
Line 696 
     return Array<InstanceDecl>();     return Array<InstanceDecl>();
 } }
  
 Array<String> Repository::enumerateInstanceNames(  Array<Reference> Repository::enumerateInstanceNames(
     const String& nameSpace,     const String& nameSpace,
     const String& className)     const String& className)
 { {
     throw CimException(CimException::NOT_SUPPORTED);     throw CimException(CimException::NOT_SUPPORTED);
     return Array<String>();      return Array<Reference>();
 } }
  
 Array<InstanceDecl> Repository::execQuery( Array<InstanceDecl> Repository::execQuery(


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