summaryrefslogtreecommitdiff
path: root/TAO/tests/Server_Connection_Purging
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-07-04 08:55:12 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-07-04 08:55:12 +0000
commitaf4bebb78b076758af5be7bc907fbb709ec5a227 (patch)
tree895ae46c3a981a6a44e800f560ac08464b111aa9 /TAO/tests/Server_Connection_Purging
parent15c8eb0d50e1c227cb032fa0697e23bfd78ac47b (diff)
downloadATCD-af4bebb78b076758af5be7bc907fbb709ec5a227.tar.gz
ChangeLogTag: Mon Jul 4 08:48:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/Server_Connection_Purging')
-rw-r--r--TAO/tests/Server_Connection_Purging/Test_i.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/TAO/tests/Server_Connection_Purging/Test_i.h b/TAO/tests/Server_Connection_Purging/Test_i.h
index 2d192ebdc71..0f6e923322d 100644
--- a/TAO/tests/Server_Connection_Purging/Test_i.h
+++ b/TAO/tests/Server_Connection_Purging/Test_i.h
@@ -8,15 +8,8 @@
#include "TestS.h"
-#if defined (_MSC_VER)
-# pragma warning(push)
-# pragma warning (disable:4250)
-#endif /* _MSC_VER */
-
-
class test_i
: public virtual POA_test
- , public virtual PortableServer::RefCountServantBase
{
public:
// = The skeleton methods
@@ -27,9 +20,5 @@ public:
private:
};
-#if defined(_MSC_VER)
-# pragma warning(pop)
-#endif /* _MSC_VER */
-
#include /**/ "ace/post.h"
#endif /* TEST_I_H */