summaryrefslogtreecommitdiff
path: root/TAO/tests/InterOp-Naming/INS_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/InterOp-Naming/INS_i.h')
-rw-r--r--TAO/tests/InterOp-Naming/INS_i.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/TAO/tests/InterOp-Naming/INS_i.h b/TAO/tests/InterOp-Naming/INS_i.h
index 20046dac245..5c64e55ab56 100644
--- a/TAO/tests/InterOp-Naming/INS_i.h
+++ b/TAO/tests/InterOp-Naming/INS_i.h
@@ -20,13 +20,13 @@ class INS_i : public POA_INS
{
public:
/// Constructor.
- INS_i (void);
+ INS_i ();
/// Destructor.
- ~INS_i (void);
+ ~INS_i ();
/// test the INS.
- char * test_ins (void);
+ char * test_ins ();
/// Set the ORB pointer.
void orb (CORBA::ORB_ptr o);
@@ -34,7 +34,6 @@ public:
private:
/// ORB pointer.
CORBA::ORB_var orb_;
-
};
#endif /* INS_I_H */