summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/FtRtEvent
diff options
context:
space:
mode:
authorhuangming <huangming@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-10-20 03:03:38 +0000
committerhuangming <huangming@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-10-20 03:03:38 +0000
commitaacc6a402846e88c33ffc7dcb27da415f5641428 (patch)
tree74558de55fd0d50ef67f65aa79d05c5311d742c5 /TAO/orbsvcs/orbsvcs/FtRtEvent
parentb6ca35e2f8a54bebbcc9086470e75d3545285c2d (diff)
downloadATCD-aacc6a402846e88c33ffc7dcb27da415f5641428.tar.gz
ChangeLogTag: Sun Oct 19 21:48:09 2003 Huang-Ming Huang <hh1@cse.wustl.edu>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/FtRtEvent')
-rw-r--r--TAO/orbsvcs/orbsvcs/FtRtEvent/ClientORB/FTRT_ClientORB_Loader.cpp2
-rw-r--r--TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/Fault_Detector_Loader.cpp2
-rw-r--r--TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/Replication_Service.cpp2
3 files changed, 0 insertions, 6 deletions
diff --git a/TAO/orbsvcs/orbsvcs/FtRtEvent/ClientORB/FTRT_ClientORB_Loader.cpp b/TAO/orbsvcs/orbsvcs/FtRtEvent/ClientORB/FTRT_ClientORB_Loader.cpp
index 053c1f1832c..60186018b23 100644
--- a/TAO/orbsvcs/orbsvcs/FtRtEvent/ClientORB/FTRT_ClientORB_Loader.cpp
+++ b/TAO/orbsvcs/orbsvcs/FtRtEvent/ClientORB/FTRT_ClientORB_Loader.cpp
@@ -23,8 +23,6 @@ namespace TAO_FTRT {
int FTRT_ClientORB_Loader::init (int argc,
ACE_TCHAR* argv[])
{
- ACE_TRACE ("FTRT_ClientORB_Loader::init");
-
static int initialized = 0;
// Only allow initialization once.
diff --git a/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/Fault_Detector_Loader.cpp b/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/Fault_Detector_Loader.cpp
index 4eb9b8dde8a..946bd2cc51f 100644
--- a/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/Fault_Detector_Loader.cpp
+++ b/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/Fault_Detector_Loader.cpp
@@ -29,8 +29,6 @@ namespace FTRTEC {
Fault_Detector_Loader::init (int argc,
ACE_TCHAR* argv[])
{
- ACE_TRACE ("Fault_Detector_Loader::init");
-
static int initialized = 0;
// Only allow initialization once.
diff --git a/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/Replication_Service.cpp b/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/Replication_Service.cpp
index 3b585271a4b..f472f5c7c9d 100644
--- a/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/Replication_Service.cpp
+++ b/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/Replication_Service.cpp
@@ -35,8 +35,6 @@ namespace FTRTEC
int Replication_Service::init (int argc, ACE_TCHAR* argv[])
{
- ACE_TRACE ("Replication_Service::init");
-
static int initialized = 0;
// Only allow initialization once.