summaryrefslogtreecommitdiff
path: root/TAO/examples/OBV/Typed_Events/Client_i.cpp
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-01-02 21:36:34 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-01-02 21:36:34 +0000
commit395074da66fec3e30dc6e79ae6b33333114e5552 (patch)
treec005f2c820a36a6008f3649b28c72d836e362393 /TAO/examples/OBV/Typed_Events/Client_i.cpp
parent72b7da6c54b0a3f3c93d4d4a061dff317a31b2cf (diff)
downloadATCD-395074da66fec3e30dc6e79ae6b33333114e5552.tar.gz
ChangeLogTag:Wed Jan 02 15:25:53 2002 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'TAO/examples/OBV/Typed_Events/Client_i.cpp')
-rw-r--r--TAO/examples/OBV/Typed_Events/Client_i.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/examples/OBV/Typed_Events/Client_i.cpp b/TAO/examples/OBV/Typed_Events/Client_i.cpp
index 27fef1387c5..6f93187e63c 100644
--- a/TAO/examples/OBV/Typed_Events/Client_i.cpp
+++ b/TAO/examples/OBV/Typed_Events/Client_i.cpp
@@ -28,11 +28,11 @@ Checkpoint_Client_i::run (const char *name,
// TAO_OBV_REGISTER_FACTORY (Event_factory);
// This one not (see header file)
- TAO_OBV_REGISTER_FACTORY (Temperature_factory);
- TAO_OBV_REGISTER_FACTORY (Position_factory);
- TAO_OBV_REGISTER_FACTORY (Log_Msg_factory);
- TAO_OBV_REGISTER_FACTORY (Event_List_factory);
- TAO_OBV_REGISTER_FACTORY (Event_List_Link_factory);
+ TAO_OBV_REGISTER_FACTORY (Temperature_factory, Temperature);
+ TAO_OBV_REGISTER_FACTORY (Position_factory, Position);
+ TAO_OBV_REGISTER_FACTORY (Log_Msg_factory, Log_Msg);
+ TAO_OBV_REGISTER_FACTORY (Event_List_factory, Event_List);
+ TAO_OBV_REGISTER_FACTORY (Event_List_Link_factory, Event_List_Link);
ACE_DEBUG ((LM_DEBUG, "Send some random events:\n"));