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

 1 mike  1.1 //BEGIN_LICENSE
 2           //
 3           // Copyright (c) 2000 The Open Group, BMC Software, Tivoli Systems, IBM
 4           //
 5           // Permission is hereby granted, free of charge, to any person obtaining a
 6           // copy of this software and associated documentation files (the "Software"),
 7           // to deal in the Software without restriction, including without limitation
 8           // the rights to use, copy, modify, merge, publish, distribute, sublicense,
 9           // and/or sell copies of the Software, and to permit persons to whom the
10           // Software is furnished to do so, subject to the following conditions:
11           //
12           // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13           // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14           // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
15           // THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
16           // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
17           // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
18           // DEALINGS IN THE SOFTWARE.
19           //
20           //END_LICENSE
21           //BEGIN_HISTORY
22 mike  1.1 //
23           // Author:
24           //
25 mike  1.2 // $Log: Config.h,v $
26 mike  1.5 // Revision 1.4  2001/04/13 19:57:17  mike
27           // Fixed several memory leaks.
28           // Fixed build crash problem (caused by screwed up NT flags).
29           //
30 mike  1.4 // Revision 1.3  2001/04/13 18:20:51  mike
31           // Ported so Solaris.
32           // Fixed memory leaks.
33           //
34 mike  1.3 // Revision 1.2  2001/04/11 00:39:18  mike
35           // More porting
36           //
37 mike  1.2 // Revision 1.1.1.1  2001/01/14 19:50:39  mike
38           // Pegasus import
39           //
40 mike  1.1 //
41           //END_HISTORY
42           
43           ////////////////////////////////////////////////////////////////////////////////
44           //
45           // Config.h
46           //
47           ////////////////////////////////////////////////////////////////////////////////
48           
49           #ifndef Pegasus_Config_h
50           #define Pegasus_Config_h
51           
52 mike  1.5 #include <Pegasus/Common/ConfigPlatform.h>
53 mike  1.3 
54 mike  1.4 #include <iostream>
55           
56           #define PEGASUS_TRACE \
57               std::cout << __FILE__ << '(' << __LINE__ << ')' << std::endl
58 mike  1.1 
59           #endif  /* Pegasus_Config_h */

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2