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

Diff for /pegasus/src/Pegasus/ProviderManager2/AutoPThreadSecurity.h between version 1.1 and 1.3

version 1.1, 2006/08/23 19:47:45 version 1.3, 2006/11/14 18:34:55
Line 52 
Line 52 
 // For all other platforms this should be an empty class // For all other platforms this should be an empty class
 // Targets: avoid ifdefs and keep code readable(clean) // Targets: avoid ifdefs and keep code readable(clean)
 #ifndef PEGASUS_ZOS_THREADLEVEL_SECURITY #ifndef PEGASUS_ZOS_THREADLEVEL_SECURITY
   
 // not z/OS == empty class // not z/OS == empty class
 class PEGASUS_PPM_LINKAGE AutoPThreadSecurity  class AutoPThreadSecurity
 { {
 public: public:
     AutoPThreadSecurity(const OperationContext& context) {};     AutoPThreadSecurity(const OperationContext& context) {};
 }; };
   
 #else #else
  
 class PEGASUS_PPM_LINKAGE AutoPThreadSecurity  class AutoPThreadSecurity
 { {
 public: public:
     AutoPThreadSecurity(const OperationContext& context)     AutoPThreadSecurity(const OperationContext& context)


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2