source:
trunk/XSUC/Globals.cpp@
28
      
      | Last change on this file since 28 was 11, checked in by , 12 years ago | |
|---|---|
| File size: 304 bytes | |
| Line | |
|---|---|
| 1 | // Globals.cpp: implementation of the Globals class. | 
| 2 | // | 
| 3 | ////////////////////////////////////////////////////////////////////// | 
| 4 | |
| 5 | #include "stdafx.h" | 
| 6 | #include "Globals.h" | 
| 7 | |
| 8 | #ifdef _DEBUG | 
| 9 | #undef THIS_FILE | 
| 10 | static char THIS_FILE[]=__FILE__; | 
| 11 | #define new DEBUG_NEW | 
| 12 | #endif | 
| 13 | |
| 14 | CConnections gConnections; | 
  Note:
 See   TracBrowser
 for help on using the repository browser.
    
