(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.3.4.1

version 1.1, 2003/10/07 19:18:41 version 1.3.4.1, 2004/03/02 21:34:42
Line 1 
Line 1 
 //%/////////////////////////////////////////////////////////////////////////////  //%2003////////////////////////////////////////////////////////////////////////
 // //
 // Copyright (c) 2000 - 2003 BMC Software, Hewlett-Packard Company, IBM,  // Copyright (c) 2000, 2001, 2002  BMC Software, Hewlett-Packard Development
 // The Open Group, Tivoli Systems  // Company, L. P., IBM Corp., The Open Group, Tivoli Systems.
   // Copyright (c) 2003 BMC Software; Hewlett-Packard Development Company, L. P.;
   // IBM Corp.; EMC Corporation, The Open Group.
 // //
 // Permission is hereby granted, free of charge, to any person obtaining a copy // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to // of this software and associated documentation files (the "Software"), to
Line 32 
Line 34 
  
 #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/ProviderManager2/Linkage.h>
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
 class CIMRepository; class CIMRepository;
  
 class PEGASUS_SERVER_LINKAGE ProviderRegistrarInitializer  class PEGASUS_PPM_LINKAGE ProviderRegistrarInitializer
 { {
 public: public:
     ProviderRegistrarInitializer(void);     ProviderRegistrarInitializer(void);
Line 49 
Line 52 
  
 }; };
  
   class PEGASUS_PPM_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.3.4.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2