summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_3748_Regression/Hello.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_3748_Regression/Hello.h')
-rw-r--r--TAO/tests/Bug_3748_Regression/Hello.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tests/Bug_3748_Regression/Hello.h b/TAO/tests/Bug_3748_Regression/Hello.h
index 2546959336c..f87205c3011 100644
--- a/TAO/tests/Bug_3748_Regression/Hello.h
+++ b/TAO/tests/Bug_3748_Regression/Hello.h
@@ -14,7 +14,7 @@ class Hello
{
public:
/// Constructor
- Hello (CORBA::ORB_ptr orb, CORBA::ORB_ptr shutdown_orb);
+ Hello (CORBA::ORB_ptr orb);
// = The skeleton methods
virtual char * get_string (void);
@@ -25,7 +25,6 @@ private:
/// Use an ORB reference to conver strings to objects and shutdown
/// the application.
CORBA::ORB_var orb_;
- CORBA::ORB_var shutdown_orb_;
};
#include /**/ "ace/post.h"