2 #ifndef LONGDOUBLETEST_H
3 #define LONGDOUBLETEST_H
4 #include /**/ "ace/pre.h"
8 /// Implement the Test::LongDoubleTest interface
10 : public virtual POA_Test::LongDoubleTest
14 LongDoubleTest (CORBA::ORB_ptr orb
);
16 // = The skeleton methods
17 virtual CORBA::LongDouble
get_long_double ();
19 virtual void shutdown ();
22 /// Use an ORB reference to convert strings to objects and shutdown
27 #include /**/ "ace/post.h"
28 #endif /* LONGDOUBLETEST_H */