summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-09-04 13:44:02 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-09-04 13:44:02 +0000
commit38e318b77627036cc5691d24e7b85a6c9b1d626d (patch)
treecb93ea4c448cf908ffe2559563efcf9e0f1555f9
parentb550fa96bb226420b328e8a4a32526af5afb59b9 (diff)
downloadATCD-38e318b77627036cc5691d24e7b85a6c9b1d626d.tar.gz
ChangeLogTag: Wed Sep 04 09:43:45 2002 Irfan Pyarali <irfan@oomworks.com>
-rw-r--r--TAO/ChangeLog5
-rw-r--r--TAO/tao/PortableInterceptorC.cpp2
2 files changed, 6 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index ac6ef63268d..31e5a3438ff 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,8 @@
+Wed Sep 04 09:43:45 2002 Irfan Pyarali <irfan@oomworks.com>
+
+ * tao\PortableInterceptorC.cpp (_create_policy): Fixed unused arg
+ warning.
+
Tue Sep 03 18:34:51 2002 Balachandran Natarajan <bala@isis-server.vuse.vanderbilt.edu>
* tao/Messaging/TAO_Messaging_Static.dsp: Added the new files in
diff --git a/TAO/tao/PortableInterceptorC.cpp b/TAO/tao/PortableInterceptorC.cpp
index 4ef49f6f316..0ffe8b4bc0e 100644
--- a/TAO/tao/PortableInterceptorC.cpp
+++ b/TAO/tao/PortableInterceptorC.cpp
@@ -3519,7 +3519,7 @@ PortableInterceptor::PolicyFactory::_duplicate (PolicyFactory_ptr obj)
}
::CORBA::Policy_ptr
-PortableInterceptor::PolicyFactory::_create_policy (CORBA::PolicyType type
+PortableInterceptor::PolicyFactory::_create_policy (CORBA::PolicyType
ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException,
CORBA::PolicyError))