summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/interop-tests/CdrOutArg/orbix/test_i.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/TAO/interop-tests/CdrOutArg/orbix/test_i.h b/TAO/interop-tests/CdrOutArg/orbix/test_i.h
index 14526258346..57f5a544703 100644
--- a/TAO/interop-tests/CdrOutArg/orbix/test_i.h
+++ b/TAO/interop-tests/CdrOutArg/orbix/test_i.h
@@ -21,9 +21,7 @@
*/
class CDR_Out_Arg_i : public POA_Interop::CDR_Out_Arg
{
-
public:
-
CDR_Out_Arg_i (CORBA::ORB_ptr orb);
void get_out (CORBA::Long_out arg) IT_THROW_DECL((CORBA::SystemException));
@@ -31,10 +29,8 @@ public:
void shutdown (void) IT_THROW_DECL((CORBA::SystemException));
private:
-
/// The ORB pseudo-reference (for shutdown).
CORBA::ORB_var orb_;
-
};
#endif /* TAO_INTERCEPTOR_TEST_I_H */