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

Diff for /pegasus/src/Pegasus/ProviderManager2/JMPI/JMPIProvider.h between version 1.6 and 1.10.2.1

version 1.6, 2005/06/14 18:17:23 version 1.10.2.1, 2006/07/27 23:12:08
Line 1 
Line 1 
 //%2005////////////////////////////////////////////////////////////////////////  //%2006////////////////////////////////////////////////////////////////////////
 // //
 // Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development // Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development
 // Company, L.P.; IBM Corp.; The Open Group; Tivoli Systems. // Company, L.P.; IBM Corp.; The Open Group; Tivoli Systems.
Line 8 
Line 8 
 // IBM Corp.; EMC Corporation; VERITAS Software Corporation; The Open Group. // IBM Corp.; EMC Corporation; VERITAS Software Corporation; The Open Group.
 // Copyright (c) 2005 Hewlett-Packard Development Company, L.P.; IBM Corp.; // Copyright (c) 2005 Hewlett-Packard Development Company, L.P.; IBM Corp.;
 // EMC Corporation; VERITAS Software Corporation; The Open Group. // EMC Corporation; VERITAS Software Corporation; The Open Group.
   // Copyright (c) 2006 Hewlett-Packard Development Company, L.P.; IBM Corp.;
   // EMC Corporation; Symantec 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 40 
Line 42 
  
 #include "JMPIImpl.h" #include "JMPIImpl.h"
 #include <Pegasus/Common/Config.h> #include <Pegasus/Common/Config.h>
 #include <Pegasus/Common/IPC.h>  
 #include <Pegasus/Provider/CIMOMHandle.h> #include <Pegasus/Provider/CIMOMHandle.h>
 #include <Pegasus/Provider/CIMInstanceProvider.h> #include <Pegasus/Provider/CIMInstanceProvider.h>
 #include <Pegasus/Provider/CIMAssociationProvider.h> #include <Pegasus/Provider/CIMAssociationProvider.h>
Line 113 
Line 114 
  
     JMPIProviderModule *getModule(void) const;     JMPIProviderModule *getModule(void) const;
  
     // << Mon Oct 14 15:42:24 2002 mdd >> for use with DQueue template  
     // to allow conversion from using Array<>  
     Boolean operator == (const void *key) const;  
     Boolean operator == (const JMPIProvider & prov) const;  
   
 //    virtual void get_idle_timer(struct timeval *); //    virtual void get_idle_timer(struct timeval *);
 //    virtual void update_idle_timer(void); //    virtual void update_idle_timer(void);
 //    virtual Boolean pending_operation(void); //    virtual Boolean pending_operation(void);
Line 202 
Line 198 
     friend class ProviderManagerService;     friend class ProviderManagerService;
     class OpProviderHolder;     class OpProviderHolder;
     friend class OpProviderHolder;     friend class OpProviderHolder;
       mutable Mutex _cimomMutex;
       /* NOTE:  This is a C++ provider only handle which is currently
       **        used for calls to ->getClass ().  getClass returns
       **        immediately with data and is therefore safe to lock.
       */
     CIMOMHandle *_cimom_handle;     CIMOMHandle *_cimom_handle;
       /* NOTE:  This is the java provider's handle and is left
       **        untouched.
       */
       CIMOMHandle *_java_cimom_handle;
     void *jProviderClass,*jProvider;     void *jProviderClass,*jProvider;
     String _name;     String _name;
     AtomicInt _no_unload;     AtomicInt _no_unload;


Legend:
Removed from v.1.6  
changed lines
  Added in v.1.10.2.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2