summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichel_j <michel_j@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-04-14 13:06:14 +0000
committermichel_j <michel_j@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-04-14 13:06:14 +0000
commitb332714fd887b2af63354b8aca9415d88fb5ca44 (patch)
tree0b6bef9af14b4a5ae83c0a6196db5e6de286f66f
parenta2a67e887342430387ec5ffe848b318f373b0f59 (diff)
downloadATCD-b332714fd887b2af63354b8aca9415d88fb5ca44.tar.gz
Thu Apr 14 14:05:12 UTC 2005 Justin Michel <michel_j@ociweb.com>
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/tao/PortableServer/ServantRetentionStrategyNonRetain.cpp2
2 files changed, 7 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 4f0058c37d5..706c06a0001 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Thu Apr 14 14:05:12 UTC 2005 Justin Michel <michel_j@ociweb.com>
+
+ * tao/PortableServer/ServantRetentionStrategyNonRetain.cpp:
+
+ Fix warning about unused arg.
+
Thu Apr 14 07:57:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
* tao/Objref_TypeCode_Base.h:
diff --git a/TAO/tao/PortableServer/ServantRetentionStrategyNonRetain.cpp b/TAO/tao/PortableServer/ServantRetentionStrategyNonRetain.cpp
index c26ac5b373d..fb1cce33769 100644
--- a/TAO/tao/PortableServer/ServantRetentionStrategyNonRetain.cpp
+++ b/TAO/tao/PortableServer/ServantRetentionStrategyNonRetain.cpp
@@ -98,7 +98,7 @@ namespace TAO
CORBA::Object_ptr
ServantRetentionStrategyNonRetain::id_to_reference (
const PortableServer::ObjectId &/*id*/,
- bool indirect
+ bool /*indirect*/
ACE_ENV_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException,
PortableServer::POA::ObjectNotActive,