summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/IFR_Service
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-07 00:18:38 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-07 00:18:38 +0000
commitbe4bd94c0b25d8596d7e30c0116707fb66ef070a (patch)
tree5a0ab77aa3651363f568ca1745946374d34feb30 /TAO/orbsvcs/IFR_Service
parente32e5a0771901538f9451395258e5caad544d043 (diff)
downloadATCD-be4bd94c0b25d8596d7e30c0116707fb66ef070a.tar.gz
Commented out parameter names of TODO functions.
Diffstat (limited to 'TAO/orbsvcs/IFR_Service')
-rw-r--r--TAO/orbsvcs/IFR_Service/ValueDef_i.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/IFR_Service/ValueDef_i.cpp b/TAO/orbsvcs/IFR_Service/ValueDef_i.cpp
index 37da3102b60..7d7bce4e546 100644
--- a/TAO/orbsvcs/IFR_Service/ValueDef_i.cpp
+++ b/TAO/orbsvcs/IFR_Service/ValueDef_i.cpp
@@ -59,7 +59,7 @@ TAO_ValueDef_i::supported_interfaces (CORBA::Environment & /* ACE_TRY_ENV */)
void
TAO_ValueDef_i::supported_interfaces (
- const IR::InterfaceDefSeq &supported_interfaces,
+ const IR::InterfaceDefSeq & /* supported_interfaces */,
CORBA::Environment & /* ACE_TRY_ENV */
)
ACE_THROW_SPEC ((CORBA::SystemException))
@@ -166,7 +166,7 @@ TAO_ValueDef_i::is_truncatable (CORBA::Boolean /* is_truncatable */,
}
CORBA::Boolean
-TAO_ValueDef_i::is_a (const char *id,
+TAO_ValueDef_i::is_a (const char * /* id */,
CORBA::Environment & /* ACE_TRY_ENV */)
ACE_THROW_SPEC ((CORBA::SystemException))
{