diff options
author | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-05-27 08:18:03 +0000 |
---|---|---|
committer | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-05-27 08:18:03 +0000 |
commit | 03c0dff20d990883865afc536ebbe67d10a46f83 (patch) | |
tree | 0016b3b4f45ee1c2bc083f93ed428d993182a24f /ace/config-win32-common.h | |
parent | 871a5f2849ba1e5e44881eae2252d15c518c0b66 (diff) | |
download | ATCD-03c0dff20d990883865afc536ebbe67d10a46f83.tar.gz |
ChangeLogTag:Sat May 27 01:07:01 2000 Darrell Brunsch <brunsch@uci.edu>
Diffstat (limited to 'ace/config-win32-common.h')
-rw-r--r-- | ace/config-win32-common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/config-win32-common.h b/ace/config-win32-common.h index 0850b9d285b..3f0ba34f738 100644 --- a/ace/config-win32-common.h +++ b/ace/config-win32-common.h @@ -84,8 +84,8 @@ #define ACE_Proper_Import_Flag __declspec (dllimport) #define ACE_EXPORT_SINGLETON_DECLARATION(T) template class __declspec (dllexport) T #define ACE_IMPORT_SINGLETON_DECLARATION(T) extern template class T -#define ACE_EXPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) template class __declspec (dllexport) SINGLETON_TYPE<CLASS, LOCK> -#define ACE_IMPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) extern template class SINGLETON_TYPE <CLASS, LOCK> +#define ACE_EXPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) template class __declspec (dllexport) SINGLETON_TYPE<CLASS, LOCK>; +#define ACE_IMPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) extern template class SINGLETON_TYPE <CLASS, LOCK>; // Define ACE_HAS_WINSOCK2 to 0 in your config.h file if you do *not* // want to compile with WinSock 2.0. |