summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/test_i.h')
-rw-r--r--TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/test_i.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/test_i.h b/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/test_i.h
index 654eb1a4a1b..91260b771db 100644
--- a/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/test_i.h
+++ b/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/test_i.h
@@ -26,7 +26,6 @@
class test_i : public virtual POA_Test
{
public:
-
/// Constructor.
test_i (CORBA::ORB_ptr orb);
@@ -41,10 +40,8 @@ public:
virtual void shutdown (void);
private:
-
/// Pseudo-reference to the ORB.
CORBA::ORB_var orb_;
-
};
#endif /* TEST_I_H */