summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ImplRepo/scale/server_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/ImplRepo/scale/server_i.cpp')
-rw-r--r--TAO/orbsvcs/tests/ImplRepo/scale/server_i.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/ImplRepo/scale/server_i.cpp b/TAO/orbsvcs/tests/ImplRepo/scale/server_i.cpp
index 09eac689f5c..55c240db56a 100644
--- a/TAO/orbsvcs/tests/ImplRepo/scale/server_i.cpp
+++ b/TAO/orbsvcs/tests/ImplRepo/scale/server_i.cpp
@@ -23,7 +23,8 @@ public:
}
virtual ~test_i () {
}
- virtual CORBA::Long get (void) ACE_THROW_SPEC ((CORBA::SystemException)) {
+ virtual CORBA::Long get (void)
+ {
++n_;
CORBA::Object_var obj = orb_->resolve_initial_references("POACurrent");
PortableServer::Current_var cur = PortableServer::Current::_narrow(obj.in());