(file) Return to OperationContextInternal.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/OperationContextInternal.cpp between version 1.21 and 1.22

version 1.21, 2007/05/02 17:51:41 version 1.22, 2007/08/03 18:56:19
Line 33 
Line 33 
  
 #include "OperationContextInternal.h" #include "OperationContextInternal.h"
  
   #if defined(PEGASUS_PLATFORM_LINUX_GENERIC_GNU) || \
       defined(PEGASUS_PLATFORM_DARWIN_PPC_GNU) || \
       defined(PEGASUS_PLATFORM_DARWIN_IX86_GNU)
   # define PEGASUS_INCLUDE_SUPERCLASS_INITIALIZER
   #endif
   
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
 // //
Line 275 
Line 281 
  
 NormalizerContextContainer::NormalizerContextContainer( NormalizerContextContainer::NormalizerContextContainer(
     const NormalizerContextContainer& container)     const NormalizerContextContainer& container)
 #if defined(PEGASUS_PLATFORM_LINUX_GENERIC_GNU) || \  #ifdef PEGASUS_INCLUDE_SUPERCLASS_INITIALIZER
     defined (PEGASUS_OS_DARWIN)  
     : OperationContext::Container()     : OperationContext::Container()
 #endif #endif
 { {


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2