Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / LongDouble / Global.h
blob5c667cee8c353f1c45a7a1966b2a97800fde857c
1 #ifndef TAO_TEST_GLOBAL_H
2 #define TAO_TEST_GLOBAL_H
4 class Global
6 public:
7 static long double get_long_double (void);
8 };
10 #endif /* TAO_TEST_GLOBAL_H */