summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhuangming <huangminghuang@users.noreply.github.com>2003-11-27 03:28:05 +0000
committerhuangming <huangminghuang@users.noreply.github.com>2003-11-27 03:28:05 +0000
commitf1e32a2dafce3128e8c450248bdb619c199c3766 (patch)
tree12b34945caf5e4943e064fd17e30c2357c546d37
parentf827756c0e4e7681300421942b620ca984cb177a (diff)
downloadATCD-f1e32a2dafce3128e8c450248bdb619c199c3766.tar.gz
*** empty log message ***
-rw-r--r--TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FtEventServiceInterceptor.cpp2
-rw-r--r--TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/FTEC_Gateway.cpp1
2 files changed, 3 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FtEventServiceInterceptor.cpp b/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FtEventServiceInterceptor.cpp
index b37a1e050b4..ee057299409 100644
--- a/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FtEventServiceInterceptor.cpp
+++ b/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FtEventServiceInterceptor.cpp
@@ -221,6 +221,8 @@ FtEventServiceInterceptor::receive_request_service_contexts (
ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK_EX(block1);
+ FTRTEC_LOGTIME("FtEventServiceInterceptor::receive_request_service_contexts");
+
bool is_new_request = request_table_.is_new_request(
ft_request_service_context.client_id.in(),
ft_request_service_context.retention_id);
diff --git a/TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/FTEC_Gateway.cpp b/TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/FTEC_Gateway.cpp
index 16daa60e23c..6e233be3e21 100644
--- a/TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/FTEC_Gateway.cpp
+++ b/TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/FTEC_Gateway.cpp
@@ -433,6 +433,7 @@ void FTEC_Gateway_ProxyPushConsumer::connect_push_supplier (
TAO_FTRTEC::Log(3, "FTEC_Gateway_ProxyPushConsumer::connect_push_supplier\n");
PortableServer::ObjectId** oid_ptr = get_remote_oid_ptr(impl_->orb.in() ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
+ FTRTEC_LOGTIME("FTEC_Gateway_ProxyPushSupplier::connect_push_supplier");
*oid_ptr = impl_->ftec->connect_push_supplier(push_supplier, qos ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}