summaryrefslogtreecommitdiff
path: root/TAO/tests/Abstract_Interface/test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Abstract_Interface/test_i.h')
-rw-r--r--TAO/tests/Abstract_Interface/test_i.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/tests/Abstract_Interface/test_i.h b/TAO/tests/Abstract_Interface/test_i.h
index 361fb433ab8..28fcc41464c 100644
--- a/TAO/tests/Abstract_Interface/test_i.h
+++ b/TAO/tests/Abstract_Interface/test_i.h
@@ -14,9 +14,15 @@ class foo_i : public virtual POA_foo
class passer_i : public virtual POA_passer
{
+public:
+ passer_i (PortableServer::POA_ptr poa);
+
virtual void pass_ops (base_out outarg);
virtual void pass_state (base_out outarg);
+
+private:
+ PortableServer::POA_var poa_;
};
#endif /* TAO_TEST_I_H */