(file) Return to InteropProvider.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / ControlProviders / InteropProvider

Diff for /pegasus/src/Pegasus/ControlProviders/InteropProvider/InteropProvider.h between version 1.22 and 1.23

version 1.22, 2006/11/01 21:51:19 version 1.23, 2006/11/03 19:53:39
Line 55 
Line 55 
 #include <Pegasus/Provider/CIMInstanceProvider.h> #include <Pegasus/Provider/CIMInstanceProvider.h>
 #include <Pegasus/Provider/CIMAssociationProvider.h> #include <Pegasus/Provider/CIMAssociationProvider.h>
  
 PEGASUS_NAMESPACE_BEGIN;  PEGASUS_NAMESPACE_BEGIN
  
 /** /**
  * The InteropProvider services the Interop classes of the DMTF CIM Schema  * The InteropProvider services the Interop classes of the DMTF CIM Schema
Line 199 
Line 199 
  
 private: private:
  
       void initProvider();
   
     CIMInstance buildInstanceSkeleton(     CIMInstance buildInstanceSkeleton(
         const CIMNamespaceName & nameSpace,         const CIMNamespaceName & nameSpace,
         const CIMName& className,         const CIMName& className,
Line 335 
Line 337 
     CIMClass softwareIdentityClass;     CIMClass softwareIdentityClass;
     Array<Uint16> providerClassifications;     Array<Uint16> providerClassifications;
     Mutex interopMut;     Mutex interopMut;
     //bool namespacesInitialized; - currently unused      bool providerInitialized;
  
     // Registration info to cache     // Registration info to cache
     Array<String> profileIds;     Array<String> profileIds;
Line 343 
Line 345 
     Array<CIMNamespaceArray> elementNamespaces;     Array<CIMNamespaceArray> elementNamespaces;
 }; };
  
 PEGASUS_NAMESPACE_END;  PEGASUS_NAMESPACE_END
  
 #endif // InteropProvider_h #endif // InteropProvider_h


Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2