summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/PICurrent/test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Portable_Interceptors/PICurrent/test_i.h')
-rw-r--r--TAO/tests/Portable_Interceptors/PICurrent/test_i.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/tests/Portable_Interceptors/PICurrent/test_i.h b/TAO/tests/Portable_Interceptors/PICurrent/test_i.h
index cda81e4f4ed..9e370707c0e 100644
--- a/TAO/tests/Portable_Interceptors/PICurrent/test_i.h
+++ b/TAO/tests/Portable_Interceptors/PICurrent/test_i.h
@@ -29,7 +29,6 @@
class test_i : public virtual POA_PICurrentTest::test
{
public:
-
/// Constructor.
test_i (PortableInterceptor::Current_ptr current,
PortableInterceptor::SlotId id,
@@ -53,7 +52,6 @@ public:
virtual void shutdown (void);
private:
-
/// Reference to the PICurrent object.
PortableInterceptor::Current_var current_;
@@ -62,7 +60,6 @@ private:
/// Pseudo-reference to the ORB.
CORBA::ORB_var orb_;
-
};
#endif /* TEST_I_H */