(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.5 and 1.10

version 1.5, 2001/04/13 21:06:36 version 1.10, 2001/04/26 17:21:28
Line 1 
Line 1 
 //BEGIN_LICENSE  //%/////////////////////////////////////////////////////////////////////////////
 // //
 // Copyright (c) 2000 The Open Group, BMC Software, Tivoli Systems, IBM // Copyright (c) 2000 The Open Group, BMC Software, Tivoli Systems, IBM
 // //
Line 17 
Line 17 
 // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 // DEALINGS IN THE SOFTWARE. // DEALINGS IN THE SOFTWARE.
 // //
 //END_LICENSE  //==============================================================================
 //BEGIN_HISTORY  
 // //
 // Author:  // Author: Mike Brasher (mbrasher@bmc.com)
 // //
 // $Log$  // Modified By:
 // Revision 1.5  2001/04/13 21:06:36  mike  
 // new  
 // //
 // Revision 1.4  2001/04/13 19:57:17  mike  //%/////////////////////////////////////////////////////////////////////////////
 // Fixed several memory leaks.  
 // Fixed build crash problem (caused by screwed up NT flags).  
 //  
 // Revision 1.3  2001/04/13 18:20:51  mike  
 // Ported so Solaris.  
 // Fixed memory leaks.  
 //  
 // Revision 1.2  2001/04/11 00:39:18  mike  
 // More porting  
 //  
 // Revision 1.1.1.1  2001/01/14 19:50:39  mike  
 // Pegasus import  
 //  
 //  
 //END_HISTORY  
  
 //////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
 // //
Line 52 
Line 34 
 #ifndef Pegasus_Config_h #ifndef Pegasus_Config_h
 #define Pegasus_Config_h #define Pegasus_Config_h
  
 #include <Pegasus/Common/ConfigPlatform.h>  
   
 #include <iostream> #include <iostream>
  
   #if defined(PEGASUS_PLATFORM_WIN32_IX86_MSVC)
   # include <Pegasus/Common/Platform_WIN32_IX86_MSVC.h>
   #elif defined (PEGASUS_PLATFORM_LINUX_IX86_GNU)
   # include <Pegasus/Common/Platform_LINUX_IX86_GNU.h>
   #else
   # error "<Pegasus/Common/Config.h>: Unsupported Platform"
   #endif
   
 #define PEGASUS_TRACE \ #define PEGASUS_TRACE \
     std::cout << __FILE__ << '(' << __LINE__ << ')' << std::endl     std::cout << __FILE__ << '(' << __LINE__ << ')' << std::endl
  
   #define PEGASUS_OUT(X) std::cout << #X << "=[" << X << "]" << std::endl
   
 #endif  /* Pegasus_Config_h */ #endif  /* Pegasus_Config_h */


Legend:
Removed from v.1.5  
changed lines
  Added in v.1.10

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2