summaryrefslogtreecommitdiff
path: root/modules/CIAO/performance-tests/Benchmark/Benchmark_skel_export.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CIAO/performance-tests/Benchmark/Benchmark_skel_export.h')
-rw-r--r--modules/CIAO/performance-tests/Benchmark/Benchmark_skel_export.h80
1 files changed, 80 insertions, 0 deletions
diff --git a/modules/CIAO/performance-tests/Benchmark/Benchmark_skel_export.h b/modules/CIAO/performance-tests/Benchmark/Benchmark_skel_export.h
new file mode 100644
index 00000000000..855cc8f88f5
--- /dev/null
+++ b/modules/CIAO/performance-tests/Benchmark/Benchmark_skel_export.h
@@ -0,0 +1,80 @@
+// -*- C++ -*-
+//
+// $Id$
+
+/**
+ * Code generated by the The ACE ORB (TAO) IDL Compiler v1.7.3
+ * TAO and the TAO IDL Compiler have been developed by:
+ * Center for Distributed Object Computing
+ * Washington University
+ * St. Louis, MO
+ * USA
+ * http://www.cs.wustl.edu/~schmidt/doc-center.html
+ * and
+ * Distributed Object Computing Laboratory
+ * University of California at Irvine
+ * Irvine, CA
+ * USA
+ * http://doc.ece.uci.edu/
+ * and
+ * Institute for Software Integrated Systems
+ * Vanderbilt University
+ * Nashville, TN
+ * USA
+ * http://www.isis.vanderbilt.edu/
+ *
+ * Information about TAO is available at:
+ * http://www.cs.wustl.edu/~schmidt/TAO.html
+ **/
+
+#ifndef BENCHMARK_SKEL_EXPORT_H
+#define BENCHMARK_SKEL_EXPORT_H
+
+#include "ace/config-all.h"
+
+#if defined (ACE_AS_STATIC_LIBS) && !defined (BENCHMARK_SKEL_HAS_DLL)
+# define BENCHMARK_SKEL_HAS_DLL 0
+#endif /* ACE_AS_STATIC_LIBS && BENCHMARK_SKEL_HAS_DLL */
+
+#if !defined (BENCHMARK_SKEL_HAS_DLL)
+# define BENCHMARK_SKEL_HAS_DLL 1
+#endif /* ! BENCHMARK_SKEL_HAS_DLL */
+
+#if defined (BENCHMARK_SKEL_HAS_DLL) && (BENCHMARK_SKEL_HAS_DLL == 1)
+# if defined (BENCHMARK_SKEL_BUILD_DLL)
+# define BENCHMARK_SKEL_Export ACE_Proper_Export_Flag
+# define BENCHMARK_SKEL_SINGLETON_DECLARATION(T) ACE_EXPORT_SINGLETON_DECLARATION (T)
+# define BENCHMARK_SKEL_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_EXPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
+# else /* BENCHMARK_SKEL_BUILD_DLL */
+# define BENCHMARK_SKEL_Export ACE_Proper_Import_Flag
+# define BENCHMARK_SKEL_SINGLETON_DECLARATION(T) ACE_IMPORT_SINGLETON_DECLARATION (T)
+# define BENCHMARK_SKEL_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_IMPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
+# endif /* BENCHMARK_SKEL_BUILD_DLL */
+#else /* BENCHMARK_SKEL_HAS_DLL == 1 */
+# define BENCHMARK_SKEL_Export
+# define BENCHMARK_SKEL_SINGLETON_DECLARATION(T)
+# define BENCHMARK_SKEL_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
+#endif /* BENCHMARK_SKEL_HAS_DLL == 1 */
+
+// Set BENCHMARK_SKEL_NTRACE = 0 to turn on library-specific
+// tracing even if tracing is turned off for ACE.
+#if !defined (BENCHMARK_SKEL_NTRACE)
+# if (ACE_NTRACE == 1)
+# define BENCHMARK_SKEL_NTRACE 1
+# else /* (ACE_NTRACE == 1) */
+# define BENCHMARK_SKEL_NTRACE 0
+# endif /* (ACE_NTRACE == 1) */
+#endif /* !BENCHMARK_SKEL_NTRACE */
+
+#if (BENCHMARK_SKEL_NTRACE == 1)
+# define BENCHMARK_SKEL_TRACE(X)
+#else /* (BENCHMARK_SKEL_NTRACE == 1) */
+# if !defined (ACE_HAS_TRACE)
+# define ACE_HAS_TRACE
+# endif /* ACE_HAS_TRACE */
+# define BENCHMARK_SKEL_TRACE(X) ACE_TRACE_IMPL(X)
+# include "ace/Trace.h"
+#endif /* (BENCHMARK_SKEL_NTRACE == 1) */
+
+#endif /* BENCHMARK_SKEL_EXPORT_H */
+