summaryrefslogtreecommitdiff
path: root/ACE/TAO/tests/LongDouble/Global.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/tests/LongDouble/Global.cpp')
-rw-r--r--ACE/TAO/tests/LongDouble/Global.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/ACE/TAO/tests/LongDouble/Global.cpp b/ACE/TAO/tests/LongDouble/Global.cpp
new file mode 100644
index 00000000000..19c6d96d6d1
--- /dev/null
+++ b/ACE/TAO/tests/LongDouble/Global.cpp
@@ -0,0 +1,11 @@
+//
+// $Id$
+//
+#include "Global.h"
+
+long double
+Global::get_long_double (void)
+{
+ return 11777888333.111111109;
+}
+