summaryrefslogtreecommitdiff
path: root/TAO/tests/LongDouble/Global.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/LongDouble/Global.h')
-rw-r--r--TAO/tests/LongDouble/Global.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/TAO/tests/LongDouble/Global.h b/TAO/tests/LongDouble/Global.h
new file mode 100644
index 00000000000..a55696312b0
--- /dev/null
+++ b/TAO/tests/LongDouble/Global.h
@@ -0,0 +1,12 @@
+// $Id$
+#ifndef TAO_TEST_GLOBAL_H
+#define TAO_TEST_GLOBAL_H
+
+class Global
+{
+public:
+ static long double get_long_double (void);
+};
+
+#endif /* TAO_TEST_GLOBAL_H */
+