summaryrefslogtreecommitdiff
path: root/examples/Export/test_export.h
diff options
context:
space:
mode:
authornobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-04-10 19:59:37 +0000
committernobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-04-10 19:59:37 +0000
commit3df4acfa816441fc28a95dee6d0191a927145d95 (patch)
treeb5ae7ca44662cfd8e5c95f1826e4406021a606f5 /examples/Export/test_export.h
parent60a5612b83d856fc0adc52b9f39fac9960ec9818 (diff)
downloadATCD-pre-subset.tar.gz
This commit was manufactured by cvs2svn to create tag 'pre-subset'.pre-subset
Diffstat (limited to 'examples/Export/test_export.h')
-rw-r--r--examples/Export/test_export.h40
1 files changed, 0 insertions, 40 deletions
diff --git a/examples/Export/test_export.h b/examples/Export/test_export.h
deleted file mode 100644
index 31a5150926e..00000000000
--- a/examples/Export/test_export.h
+++ /dev/null
@@ -1,40 +0,0 @@
-// -*- C++ -*-
-// $Id$
-// Definition for Win32 Export directives.
-// This file is generated automatically by
-// generate_export_file.pl
-// ------------------------------
-#if !defined (TEST_EXPORT_H)
-#define TEST_EXPORT_H
-
-#include "ace/config-all.h"
-
-#if !defined (TEST_HAS_DLL)
-#define TEST_HAS_DLL 1
-#endif /* ! TEST_HAS_DLL */
-
-#if defined (TEST_HAS_DLL)
-# if (TEST_HAS_DLL == 1)
-# if defined (TEST_BUILD_DLL)
-# define Test_Export ACE_Proper_Export_Flag
-# define TEST_SINGLETON_DECLARATION(T) ACE_EXPORT_SINGLETON_DECLARATION (T)
-# define TEST_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_EXPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-# else
-# define Test_Export ACE_Proper_Import_Flag
-# define TEST_SINGLETON_DECLARATION(T) ACE_IMPORT_SINGLETON_DECLARATION (T)
-# define TEST_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_IMPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-# endif /* TEST_BUILD_DLL */
-# else
-# define Test_Export
-# define TEST_SINGLETON_DECLARATION(T)
-# define TEST_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-# endif /* ! TEST_HAS_DLL == 1 */
-#else
-# define Test_Export
-# define TEST_SINGLETON_DECLARATION(T)
-# define TEST_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-#endif /* TEST_HAS_DLL */
-
-#endif /* TEST_EXPORT_H */
-
-// End of auto generated file.