summaryrefslogtreecommitdiff
path: root/TAO/tests/Abstract_Interface
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-01-07 08:07:39 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-01-07 08:07:39 +0000
commit2ab5e1276dc53188f03d4123fb7923cdedd11405 (patch)
tree85ec7eda12f0bb7fa7013ceef1fb7ccf5f23bbaf /TAO/tests/Abstract_Interface
parent1b06a1c5f735518faf0a384014d5d55a4d2ca870 (diff)
downloadATCD-2ab5e1276dc53188f03d4123fb7923cdedd11405.tar.gz
Diffstat (limited to 'TAO/tests/Abstract_Interface')
-rw-r--r--TAO/tests/Abstract_Interface/test_i.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Abstract_Interface/test_i.h b/TAO/tests/Abstract_Interface/test_i.h
index f6be5487bd4..855edd98712 100644
--- a/TAO/tests/Abstract_Interface/test_i.h
+++ b/TAO/tests/Abstract_Interface/test_i.h
@@ -23,8 +23,8 @@ public:
virtual void shutdown (void);
private:
- PortableServer::POA_var poa_;
CORBA::ORB_var orb_;
+ PortableServer::POA_var poa_;
};
#endif /* TAO_TEST_I_H */