summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/Replication_Service.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/Replication_Service.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/Replication_Service.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/Replication_Service.cpp b/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/Replication_Service.cpp
index f472f5c7c9d..89e7c913cb2 100644
--- a/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/Replication_Service.cpp
+++ b/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/Replication_Service.cpp
@@ -136,7 +136,7 @@ namespace FTRTEC
return r;
}
- ACE_FACTORY_DEFINE (TAO_FTRTEC, Replication_Service);
+ ACE_FACTORY_DEFINE (TAO_FTRTEC, Replication_Service)
ACE_STATIC_SVC_DEFINE (Replication_Service,
ACE_TEXT ("FTRTEC_Replication"),
@@ -144,5 +144,5 @@ namespace FTRTEC
&ACE_SVC_NAME (Replication_Service),
ACE_Service_Type::DELETE_THIS
| ACE_Service_Type::DELETE_OBJ,
- 0);
+ 0)
}