summaryrefslogtreecommitdiff
path: root/TAO/tao/DynamicAny/DynValue_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/DynamicAny/DynValue_i.cpp')
-rw-r--r--TAO/tao/DynamicAny/DynValue_i.cpp20
1 files changed, 10 insertions, 10 deletions
diff --git a/TAO/tao/DynamicAny/DynValue_i.cpp b/TAO/tao/DynamicAny/DynValue_i.cpp
index 6f319728c3d..728b5614b1a 100644
--- a/TAO/tao/DynamicAny/DynValue_i.cpp
+++ b/TAO/tao/DynamicAny/DynValue_i.cpp
@@ -21,7 +21,7 @@ TAO_DynValue_i::TAO_DynValue_i (CORBA::Boolean allow_truncation)
{
}
-TAO_DynValue_i::~TAO_DynValue_i (void)
+TAO_DynValue_i::~TAO_DynValue_i ()
{
}
@@ -205,7 +205,7 @@ TAO_DynValue_i::get_member_name (
}
void
-TAO_DynValue_i::set_to_value (void)
+TAO_DynValue_i::set_to_value ()
{
this->component_count_ =
static_cast <CORBA::ULong> (this->da_members_.size ());
@@ -234,7 +234,7 @@ TAO_DynValue_i::_narrow (CORBA::Object_ptr _tao_objref)
}
DynamicAny::FieldName
-TAO_DynValue_i::current_member_name (void)
+TAO_DynValue_i::current_member_name ()
{
if (this->destroyed_)
{
@@ -253,7 +253,7 @@ TAO_DynValue_i::current_member_name (void)
}
CORBA::TCKind
-TAO_DynValue_i::current_member_kind (void)
+TAO_DynValue_i::current_member_kind ()
{
if (this->destroyed_)
{
@@ -273,7 +273,7 @@ TAO_DynValue_i::current_member_kind (void)
}
DynamicAny::NameValuePairSeq *
-TAO_DynValue_i::get_members (void)
+TAO_DynValue_i::get_members ()
{
if (this->destroyed_)
{
@@ -351,7 +351,7 @@ TAO_DynValue_i::set_members (
}
DynamicAny::NameDynAnyPairSeq *
-TAO_DynValue_i::get_members_as_dyn_any (void)
+TAO_DynValue_i::get_members_as_dyn_any ()
{
if (this->destroyed_)
{
@@ -491,7 +491,7 @@ TAO_DynValue_i::equal (DynamicAny::DynAny_ptr rhs)
}
void
-TAO_DynValue_i::destroy (void)
+TAO_DynValue_i::destroy ()
{
if (this->destroyed_)
{
@@ -519,7 +519,7 @@ TAO_DynValue_i::destroy (void)
}
DynamicAny::DynAny_ptr
-TAO_DynValue_i::current_component (void)
+TAO_DynValue_i::current_component ()
{
if (this->destroyed_)
{
@@ -602,7 +602,7 @@ TAO_DynValue_i::insert_val (CORBA::ValueBase *value)
// which then will be wrong type for the valuetype
// output we want.
CORBA::ValueBase *
-TAO_DynValue_i::get_val (void)
+TAO_DynValue_i::get_val ()
{
if (this->destroyed_)
{
@@ -626,7 +626,7 @@ TAO_DynValue_i::get_val (void)
}
CORBA::Any_ptr
-TAO_DynValue_i::to_any (void)
+TAO_DynValue_i::to_any ()
{
if (this->destroyed_)
{