summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/IFRService/StringDef_i.cpp
diff options
context:
space:
mode:
authorelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-25 18:04:11 +0000
committerelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-25 18:04:11 +0000
commitc979767a00db4ea1299af482033a68829cc16675 (patch)
tree3e959cad0a053f1adad663e7c02bc7a239f383d8 /TAO/orbsvcs/orbsvcs/IFRService/StringDef_i.cpp
parent0f3847bc7fd735ab88276fee59e2ebd6cb8d1f99 (diff)
downloadATCD-c979767a00db4ea1299af482033a68829cc16675.tar.gz
ChangeLogTag: Thu Jan 25 17:39:59 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/IFRService/StringDef_i.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/IFRService/StringDef_i.cpp10
1 files changed, 3 insertions, 7 deletions
diff --git a/TAO/orbsvcs/orbsvcs/IFRService/StringDef_i.cpp b/TAO/orbsvcs/orbsvcs/IFRService/StringDef_i.cpp
index 10eff46d8b3..28fb4b79870 100644
--- a/TAO/orbsvcs/orbsvcs/IFRService/StringDef_i.cpp
+++ b/TAO/orbsvcs/orbsvcs/IFRService/StringDef_i.cpp
@@ -73,7 +73,6 @@ TAO_StringDef_i::type_i (void)
return this->repo_->tc_factory ()->create_string_tc (
bound
- ACE_ENV_ARG_PARAMETER
);
}
@@ -101,21 +100,18 @@ TAO_StringDef_i::bound_i (void)
}
void
-TAO_StringDef_i::bound (CORBA::ULong bound
- ACE_ENV_ARG_DECL)
+TAO_StringDef_i::bound (CORBA::ULong bound)
ACE_THROW_SPEC ((CORBA::SystemException))
{
TAO_IFR_WRITE_GUARD;
this->update_key ();
- this->bound_i (bound
- ACE_ENV_ARG_PARAMETER);
+ this->bound_i (bound);
}
void
-TAO_StringDef_i::bound_i (CORBA::ULong bound
- ACE_ENV_ARG_DECL_NOT_USED)
+TAO_StringDef_i::bound_i (CORBA::ULong bound)
ACE_THROW_SPEC ((CORBA::SystemException))
{
this->repo_->config ()->set_integer_value (this->section_key_,