summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/IFRService/HomeDef_i.cpp
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-06-09 21:21:35 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-06-09 21:21:35 +0000
commitb512d28baeaaa41927c134e47ea4283f3ba80612 (patch)
treee2a85683a0031b963bf1a338f545d934d9767553 /TAO/orbsvcs/orbsvcs/IFRService/HomeDef_i.cpp
parentc1a9e33addab2df21bfaea6aec18c7682dc5cf56 (diff)
downloadATCD-b512d28baeaaa41927c134e47ea4283f3ba80612.tar.gz
ChangeLogTag: Mon Jun 9 16:17:37 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/IFRService/HomeDef_i.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/IFRService/HomeDef_i.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/IFRService/HomeDef_i.cpp b/TAO/orbsvcs/orbsvcs/IFRService/HomeDef_i.cpp
index ee55a659f70..b6883d6799b 100644
--- a/TAO/orbsvcs/orbsvcs/IFRService/HomeDef_i.cpp
+++ b/TAO/orbsvcs/orbsvcs/IFRService/HomeDef_i.cpp
@@ -780,7 +780,7 @@ TAO_HomeDef_i::fill_op_desc_seq (ACE_Configuration_Section_Key &key,
void
TAO_HomeDef_i::fill_op_desc (ACE_Configuration_Section_Key &key,
CORBA::OperationDescription &od,
- char *sub_section
+ const char *sub_section
ACE_ENV_ARG_DECL)
{
ACE_Configuration_Section_Key op_key;
@@ -913,7 +913,7 @@ TAO_HomeDef_i::fill_param_desc (ACE_Configuration_Section_Key &key,
void
TAO_HomeDef_i::fill_exc_desc_seq (ACE_Configuration_Section_Key &key,
CORBA::ExcDescriptionSeq &eds,
- char *sub_section
+ const char *sub_section
ACE_ENV_ARG_DECL)
{
eds.length (0);
@@ -950,7 +950,7 @@ TAO_HomeDef_i::fill_exc_desc_seq (ACE_Configuration_Section_Key &key,
void
TAO_HomeDef_i::fill_exc_desc (ACE_Configuration_Section_Key &key,
CORBA::ExceptionDescription &ed,
- char *sub_section
+ const char *sub_section
ACE_ENV_ARG_DECL)
{
ACE_TString path;