summaryrefslogtreecommitdiff
path: root/examples/C++NPv2/CLD_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/CLD_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/CLD_export.h')
-rw-r--r--examples/C++NPv2/CLD_export.h34
1 files changed, 0 insertions, 34 deletions
diff --git a/examples/C++NPv2/CLD_export.h b/examples/C++NPv2/CLD_export.h
deleted file mode 100644
index 808cd6cc938..00000000000
--- a/examples/C++NPv2/CLD_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 CLD
-// ------------------------------
-#ifndef CLD_EXPORT_H
-#define CLD_EXPORT_H
-
-#include "ace/config-all.h"
-
-#if !defined (CLD_HAS_DLL)
-# define CLD_HAS_DLL 1
-#endif /* ! CLD_HAS_DLL */
-
-#if defined (CLD_HAS_DLL) && (CLD_HAS_DLL == 1)
-# if defined (CLD_BUILD_DLL)
-# define CLD_Export ACE_Proper_Export_Flag
-# define CLD_SINGLETON_DECLARATION(T) ACE_EXPORT_SINGLETON_DECLARATION (T)
-# define CLD_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_EXPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-# else /* CLD_BUILD_DLL */
-# define CLD_Export ACE_Proper_Import_Flag
-# define CLD_SINGLETON_DECLARATION(T) ACE_IMPORT_SINGLETON_DECLARATION (T)
-# define CLD_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_IMPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-# endif /* CLD_BUILD_DLL */
-#else /* CLD_HAS_DLL == 1 */
-# define CLD_Export
-# define CLD_SINGLETON_DECLARATION(T)
-# define CLD_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
-#endif /* CLD_HAS_DLL == 1 */
-
-#endif /* CLD_EXPORT_H */
-
-// End of auto generated file.