summaryrefslogtreecommitdiff
path: root/TAO/interop-tests
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2019-05-22 11:04:36 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2019-05-22 11:04:36 +0200
commitfbe57ca13bf180d3f117c7d691d11f9d611837a5 (patch)
treeb16e88ab37cedd4bf36f6627be8b04823dcbe97c /TAO/interop-tests
parent4c4d78afde48d98b03b81a4989ed2fa7f523807f (diff)
downloadATCD-fbe57ca13bf180d3f117c7d691d11f9d611837a5.tar.gz
Layout change
* TAO/interop-tests/CdrOutArg/orbix/test_i.h:
Diffstat (limited to 'TAO/interop-tests')
-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 */