summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-02-05 20:30:53 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-02-05 20:30:53 +0000
commit91c64e3e4fb9ca5d4c1618f1559d4aa536849714 (patch)
tree8b5832ac0093cb19ffa0a4e6391ced38af8a8847
parent78d5b3062d4dd3da9567ca780550885c1899a85e (diff)
downloadATCD-91c64e3e4fb9ca5d4c1618f1559d4aa536849714.tar.gz
ChangeLogTag:Mon Feb 5 12:27:14 2001 Ossama Othman <ossama@uci.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a12
-rw-r--r--TAO/tao/ORB_Core.cpp2
-rw-r--r--TAO/tests/Portable_Interceptors/Dynamic/interceptors.cpp2
3 files changed, 13 insertions, 3 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 9aebf39a049..4c578b063a6 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,15 @@
+Mon Feb 5 12:27:14 2001 Ossama Othman <ossama@uci.edu>
+
+ * tao/ORB_Core.cpp (fini):
+
+ Removed debugging statement that accidentally got committed.
+
+ * tests/Portable_Interceptors/Dynamic/interceptors.cpp
+ (receive_request):
+
+ Corrected use of TAO_ENV_ARG_DECL_NOT_USED macro. The
+ TAO_ENV_ARG_DECL macro should have been used instead.
+
Mon Feb 5 12:17:02 2001 Ossama Othman <ossama@uci.edu>
* orbsvcs/orbsvcs/Trader/Trading_Loader.cpp (TAO_Trading_Loader):
diff --git a/TAO/tao/ORB_Core.cpp b/TAO/tao/ORB_Core.cpp
index 551336efed7..21b06de9766 100644
--- a/TAO/tao/ORB_Core.cpp
+++ b/TAO/tao/ORB_Core.cpp
@@ -258,8 +258,6 @@ TAO_ORB_Core::~TAO_ORB_Core (void)
#endif /* TAO_HAS_RT_CORBA == 1 */
delete this->transport_sync_strategy_;
-
- ACE_DEBUG ((LM_DEBUG, "******************** YESH! ***************\n"));
}
int
diff --git a/TAO/tests/Portable_Interceptors/Dynamic/interceptors.cpp b/TAO/tests/Portable_Interceptors/Dynamic/interceptors.cpp
index 9d5350be6e8..7f8a65aa7ed 100644
--- a/TAO/tests/Portable_Interceptors/Dynamic/interceptors.cpp
+++ b/TAO/tests/Portable_Interceptors/Dynamic/interceptors.cpp
@@ -228,7 +228,7 @@ Echo_Server_Request_Interceptor::receive_request_service_contexts (
void
Echo_Server_Request_Interceptor::receive_request (
PortableInterceptor::ServerRequestInfo_ptr ri
- TAO_ENV_ARG_DECL_NOT_USED)
+ TAO_ENV_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException,
PortableInterceptor::ForwardRequest))
{