summaryrefslogtreecommitdiff
path: root/TAO/examples/OBV/Typed_Events/Server_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/OBV/Typed_Events/Server_i.cpp')
-rw-r--r--TAO/examples/OBV/Typed_Events/Server_i.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/examples/OBV/Typed_Events/Server_i.cpp b/TAO/examples/OBV/Typed_Events/Server_i.cpp
index 0c610fb3b12..0893047771e 100644
--- a/TAO/examples/OBV/Typed_Events/Server_i.cpp
+++ b/TAO/examples/OBV/Typed_Events/Server_i.cpp
@@ -140,7 +140,7 @@ Checkpoint_i::get_critical_events (ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
// The skeleton should not steal our list by decrementing
// the reference counter.
- CORBA::add_ref (alarms.ptr ());
+ CORBA::add_ref (alarms.in ());
// alarms._retn () would reset and destroy our alarms.