Merge pull request #2301 from sonndinh/remove-dup-reactor-functions
[ACE_TAO.git] / TAO / tests / LongDouble / Global.h
blobbc84dbf9feeec575858294c6b2f3a1f160f3030a
1 #ifndef TAO_TEST_GLOBAL_H
2 #define TAO_TEST_GLOBAL_H
4 class Global
6 public:
7 static long double get_long_double ();
8 };
10 #endif /* TAO_TEST_GLOBAL_H */