1 #ifndef Bug_3647_Regression_Middle_Impl_h
2 #define Bug_3647_Regression_Middle_Impl_h
6 namespace Bug_3647_Regression
11 * Implement the Bug_3647_Regression::Middle interface
13 class Middle_Impl
: public POA_Bug_3647_Regression::Middle
20 virtual ~Middle_Impl() = default;
22 virtual void startup_test();
25 virtual void shutdown();
28 /// Keep a reference to the backend so we can call it, shutdown, etc.
31 /// Keep a reference to the ORB so we can shutdown the application.
34 /// Use this flag to decide if the program should produce any output.
37 } // namespace Bug_3647_Regression
39 #endif // Bug_3647_Regression_Middle_hpp