View | Details | Raw Unified
Collapse All | Expand All

(-) xlogical-1.0/exception.h.orig (-6 / +1 lines)
 Lines 33-41    Link Here 
#include <map>
#include <map>
#include <string>
#include <string>
#ifdef WIN32
using namespace std;
using namespace std;
#endif
#include "defs.h"
#include "defs.h"
 Lines 27-35    Link Here 
// Language Includes
// Language Includes
#include <list>
#include <list>
#ifdef WIN32
using namespace std;
using namespace std;
#endif
// Application Includes
// Application Includes
#include "graph.h"
#include "graph.h"
 Lines 27-36    Link Here 
// Language Includes
// Language Includes
#include <string>
#include <string>
#include <iostream>
#ifdef WIN32
using namespace std;
using namespace std;
#endif
#define CatchEx(aEx)		catch( CXLException aEx )
#define CatchEx(aEx)		catch( CXLException aEx )
#define ThrowEx(aError)		throw CXLException(aError,__FILE__,__LINE__)
#define ThrowEx(aError)		throw CXLException(aError,__FILE__,__LINE__)