summaryrefslogtreecommitdiff
path: root/TAO/tests/LongDouble/Global.h
blob: bc84dbf9feeec575858294c6b2f3a1f160f3030a (plain)
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 */