Loki/include/noncc/loki/Singleton.cpp
syntheticpp 69ac2d0767 moved source files
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@163 7ec92016-0320-0410-acc4-a06ded1c099a
2005-07-20 10:47:50 +00:00

26 lines
801 B
C++

///////////////////////////////////
// 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
# include "../../../src/Singleton.cpp"
#else
# if (__INTEL_COMPILER)
# include "../../../src/Singleton.cpp"
# elif (__MWERKS__)
# include "../../../src/Singleton.cpp"
# elif (__BORLANDC__ >= 0x560)
# include "../Borland/Singleton.cpp"
# elif (_MSC_VER >= 1301)
# include "../../../src/Singleton.cpp"
# elif (_MSC_VER >= 1300)
# include "../MSVC/1300/Singleton.cpp"
# elif (_MSC_VER >= 1200)
# include "../MSVC/1200/Singleton.cpp"
# else
# include "../../../src/Singleton.cpp"
# endif
#endif