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

Diff for /pegasus/src/Pegasus/Common/Config.h between version 1.75 and 1.75.2.3

version 1.75, 2007/08/03 00:37:57 version 1.75.2.3, 2007/09/14 21:48:54
Line 84 
Line 84 
 # include <Pegasus/Common/Platform_VMS_IA64_DECCXX.h> # include <Pegasus/Common/Platform_VMS_IA64_DECCXX.h>
 #elif defined (PEGASUS_PLATFORM_LINUX_XSCALE_GNU) #elif defined (PEGASUS_PLATFORM_LINUX_XSCALE_GNU)
 # include <Pegasus/Common/Platform_LINUX_XSCALE_GNU.h> # include <Pegasus/Common/Platform_LINUX_XSCALE_GNU.h>
   #elif defined (PEGASUS_PLATFORM_VXWORKS_PENTIUM_GNU)
   # include <Pegasus/Common/Platform_VXWORKS_PENTIUM_GNU.h>
 #else #else
 # error "<Pegasus/Common/Config.h>: Unsupported Platform" # error "<Pegasus/Common/Config.h>: Unsupported Platform"
 #endif #endif
Line 303 
Line 305 
 # define PEGASUS_FORMAT(A1, A2) /* not implemented */ # define PEGASUS_FORMAT(A1, A2) /* not implemented */
 #endif #endif
  
   // ATTN-MEB: remove this when done!
   #define PEGTRACE \
       printf("PEGTRACE: %s(%d): %s\n", __FILE__, __LINE__, __FUNCTION__)
  
 #endif  /* Pegasus_Config_h */ #endif  /* Pegasus_Config_h */


Legend:
Removed from v.1.75  
changed lines
  Added in v.1.75.2.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2