summaryrefslogtreecommitdiff
path: root/examples/C++NPv2/TPLS_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/C++NPv2/TPLS_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/C++NPv2/TPLS_export.h')
-rw-r--r--examples/C++NPv2/TPLS_export.h34
1 files changed, 0 insertions, 34 deletions
diff --git a/examples/C++NPv2/TPLS_export.h b/examples/C++NPv2/TPLS_export.h
deleted file mode 100644
index 099af48bfd8..00000000000
--- a/examples/C++NPv2/TPLS_export.h
+++ /dev/null
@@ -1,34 +0,0 @@
-
-// -*- C++ -*-
-// $Id$
-// Definition for Win32 Export directives.
-// This file is generated automatically by generate_export_file.pl TPLS
-// ------------------------------
-#ifndef TPLS_EXPORT_H
-#define TPLS_EXPORT_H
-
-#include "ace/config-all.h"
-
-#if !defined (TPLS_HAS_DLL)
-# define TPLS_HAS_DLL 1
-#endif /* ! TPLS_HAS_DLL */
-
-#if defined (TPLS_HAS_DLL) && (TPLS_HAS_DLL == 1)
-# if defined (TPLS_BUILD_DLL)
-# define TPLS_Export ACE_Proper_Export_Flag
-# define TPLS_SINGLETON_DECLARATION(T) ACE_EXPORT_SINGLETON_DECLARATION (T)
-# define TPLS_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_EXPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-# else /* TPLS_BUILD_DLL */
-# define TPLS_Export ACE_Proper_Import_Flag
-# define TPLS_SINGLETON_DECLARATION(T) ACE_IMPORT_SINGLETON_DECLARATION (T)
-# define TPLS_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_IMPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-# endif /* TPLS_BUILD_DLL */
-#else /* TPLS_HAS_DLL == 1 */
-# define TPLS_Export
-# define TPLS_SINGLETON_DECLARATION(T)
-# define TPLS_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-#endif /* TPLS_HAS_DLL == 1 */
-
-#endif /* TPLS_EXPORT_H */
-
-// End of auto generated file.