summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/Simple_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Simple/Simple_util.h')
-rw-r--r--TAO/examples/Simple/Simple_util.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/TAO/examples/Simple/Simple_util.h b/TAO/examples/Simple/Simple_util.h
index 3be6bfb2c25..00c17888add 100644
--- a/TAO/examples/Simple/Simple_util.h
+++ b/TAO/examples/Simple/Simple_util.h
@@ -59,10 +59,6 @@ public:
int run (CORBA::Environment &env);
// Run the orb.
- int test_for_ins (CORBA::String_var ior);
- // Ignore this method if you are not testing the InterOperable
- // Naming Service.
-
protected:
Servant servant_;
// Servant class
@@ -85,9 +81,6 @@ protected:
int naming_;
// Flag to indicate whether naming service could be used
-
- char * ins_;
- // Used test the INS.
int argc_;
// Number of command line arguments.