source: trunk/XSUCL/Globals.cpp

Last change on this file was 14, checked in by marrucho, 11 years ago

xsuc light lecture uniquement

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
10static char THIS_FILE[]=__FILE__;
11#define new DEBUG_NEW
12#endif
13
14CConnections gConnections;
Note: See TracBrowser for help on using the repository browser.