(file) Return to ProviderRegistrarInitializer.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / ProviderManager2 / Attic

Diff for /pegasus/src/Pegasus/ProviderManager2/Attic/ProviderRegistrarInitializer.h between version 1.1 and 1.2

version 1.1, 2003/10/07 19:18:41 version 1.2, 2003/10/08 16:31:16
Line 32 
Line 32 
  
 #include <Pegasus/Common/Config.h> #include <Pegasus/Common/Config.h>
 #include <Pegasus/Common/String.h> #include <Pegasus/Common/String.h>
   #include <Pegasus/Common/Array.h>
  
 #include <Pegasus/Server/Linkage.h> #include <Pegasus/Server/Linkage.h>
  
Line 49 
Line 50 
  
 }; };
  
   class PEGASUS_SERVER_LINKAGE RegistrationRecord
   {
   public:
       String className;
       String providerName;
       String moduleName;
       String interfaceName;
       Uint32 capabilities;
   
   };
   
   extern Array<RegistrationRecord> _globalRegistrationTable;
   
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END
  
 #endif #endif


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2