1 #ifndef Bug_3647_Regression_Middle_Impl_h
2 #define Bug_3647_Regression_Middle_Impl_h
6 namespace Bug_3647_Regression
12 * Implement the Bug_3647_Regression::Middle interface
14 class Middle_Impl
: public POA_Bug_3647_Regression::Middle
22 virtual ~Middle_Impl();
24 virtual void startup_test();
27 virtual void shutdown();
30 /// Keep a reference to the backend so we can call it, shutdown, etc.
33 /// Keep a reference to the ORB so we can shutdown the application.
36 /// Use this flag to decide if the program should produce any output.
39 /// Control the freeze time based on the timeout time
43 } // namespace Bug_3647_Regression
45 #endif // Bug_3647_Regression_Middle_hpp