2005-07-20 08:33:40 +00:00
|
|
|
///////////////////////////////////
|
|
|
|
// Generated header: Singleton.cpp
|
|
|
|
// Forwards to the appropriate code
|
|
|
|
// that works on the detected compiler
|
|
|
|
// Generated on Mon Sep 30 23:14:48 2002
|
|
|
|
///////////////////////////////////
|
|
|
|
|
|
|
|
#ifdef LOKI_USE_REFERENCE
|
2005-07-20 10:47:50 +00:00
|
|
|
# include "../../../src/Singleton.cpp"
|
2005-07-20 08:33:40 +00:00
|
|
|
#else
|
|
|
|
# if (__INTEL_COMPILER)
|
2005-07-20 10:47:50 +00:00
|
|
|
# include "../../../src/Singleton.cpp"
|
2005-07-20 08:33:40 +00:00
|
|
|
# elif (__MWERKS__)
|
2005-07-20 10:47:50 +00:00
|
|
|
# include "../../../src/Singleton.cpp"
|
2005-07-20 08:33:40 +00:00
|
|
|
# elif (__BORLANDC__ >= 0x560)
|
|
|
|
# include "../Borland/Singleton.cpp"
|
|
|
|
# elif (_MSC_VER >= 1301)
|
2005-07-20 10:47:50 +00:00
|
|
|
# include "../../../src/Singleton.cpp"
|
2005-07-20 08:33:40 +00:00
|
|
|
# elif (_MSC_VER >= 1300)
|
|
|
|
# include "../MSVC/1300/Singleton.cpp"
|
|
|
|
# elif (_MSC_VER >= 1200)
|
|
|
|
# include "../MSVC/1200/Singleton.cpp"
|
|
|
|
# else
|
2005-07-20 10:47:50 +00:00
|
|
|
# include "../../../src/Singleton.cpp"
|
2005-07-20 08:33:40 +00:00
|
|
|
# endif
|
|
|
|
#endif
|