summaryrefslogtreecommitdiff
path: root/TAO/examples/POA
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/POA')
-rw-r--r--TAO/examples/POA/Reference_Counted_Servant/server.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/TAO/examples/POA/Reference_Counted_Servant/server.cpp b/TAO/examples/POA/Reference_Counted_Servant/server.cpp
index 7dbe1756348..1c8c318099f 100644
--- a/TAO/examples/POA/Reference_Counted_Servant/server.cpp
+++ b/TAO/examples/POA/Reference_Counted_Servant/server.cpp
@@ -32,14 +32,14 @@ ACE_RCSID(Reference_Counted_Servant, server, "$Id$")
# pragma warning (disable : 4250)
#endif /* _MSC_VER */
- class reference_counted_test_i : public virtual PortableServer::RefCountServantBase,
- public virtual test_i
- {
- public:
- reference_counted_test_i (CORBA::ORB_ptr orb,
- PortableServer::POA_ptr poa);
- // Constructor - takes a POA and a value parameter
- };
+class reference_counted_test_i : public virtual PortableServer::RefCountServantBase,
+ public virtual test_i
+{
+public:
+ reference_counted_test_i (CORBA::ORB_ptr orb,
+ PortableServer::POA_ptr poa);
+ // Constructor - takes a POA and a value parameter
+};
reference_counted_test_i::reference_counted_test_i (CORBA::ORB_ptr orb,
PortableServer::POA_ptr poa)