diff options
Diffstat (limited to 'TAO/tests/Bug_2844_Regression/Hello.h')
-rw-r--r-- | TAO/tests/Bug_2844_Regression/Hello.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/TAO/tests/Bug_2844_Regression/Hello.h b/TAO/tests/Bug_2844_Regression/Hello.h index a5a13ea2723..97d878316d8 100644 --- a/TAO/tests/Bug_2844_Regression/Hello.h +++ b/TAO/tests/Bug_2844_Regression/Hello.h @@ -20,20 +20,17 @@ class Hello : public virtual POA_Test::Hello { public: - /// Constructor Hello (CORBA::ORB_ptr orb); // Return the any provide as an "in" argument. virtual CORBA::Any * get_any (CORBA::Any const & the_any); - virtual void shutdown (void); + virtual void shutdown (); private: - /// The ORB which will be shutdown by Hello::shutdown(). CORBA::ORB_var orb_; - }; #endif /* HELLO_H */ |