1 2 3 4 5 6 7 8 9 10 11
#ifndef TAO_TEST_GLOBAL_H #define TAO_TEST_GLOBAL_H class Global { public: static long double get_long_double (); }; #endif /* TAO_TEST_GLOBAL_H */