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

Diff for /pegasus/src/Pegasus/Provider/Attic/Provider.cpp between version 1.2 and 1.3

version 1.2, 2001/01/29 02:24:15 version 1.3, 2001/01/31 08:20:51
Line 23 
Line 23 
 // Author: // Author:
 // //
 // $Log$ // $Log$
   // Revision 1.3  2001/01/31 08:20:51  mike
   // Added dispatcher framework.
   // Added enumerateInstanceNames.
   //
 // Revision 1.2  2001/01/29 02:24:15  mike // Revision 1.2  2001/01/29 02:24:15  mike
 // Added support for GetInstance. // Added support for GetInstance.
 // //
Line 146 
Line 150 
     return Array<InstanceDecl>();     return Array<InstanceDecl>();
 } }
  
 Array<String> Provider::enumerateInstanceNames(  Array<Reference> Provider::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> Provider::execQuery( Array<InstanceDecl> Provider::execQuery(


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2