summaryrefslogtreecommitdiff
path: root/TAO/tests/OBV/Indirection/Factory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/OBV/Indirection/Factory.cpp')
-rw-r--r--TAO/tests/OBV/Indirection/Factory.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/tests/OBV/Indirection/Factory.cpp b/TAO/tests/OBV/Indirection/Factory.cpp
index 56e0938bd73..8a827f7e66b 100644
--- a/TAO/tests/OBV/Indirection/Factory.cpp
+++ b/TAO/tests/OBV/Indirection/Factory.cpp
@@ -9,7 +9,7 @@ NodeFactory::register_new_factory (CORBA::ORB& orb) {
}
CORBA::ValueBase*
-NodeFactory::create_for_unmarshal (void)
+NodeFactory::create_for_unmarshal ()
{
::CORBA::ValueBase *ret_val = 0;
ACE_NEW_THROW_EX (
@@ -29,7 +29,7 @@ BoxedValueFactory::register_new_factory (CORBA::ORB& orb) {
}
CORBA::ValueBase*
-BoxedValueFactory::create_for_unmarshal (void)
+BoxedValueFactory::create_for_unmarshal ()
{
::CORBA::ValueBase *ret_val = 0;
ACE_NEW_THROW_EX (
@@ -49,7 +49,7 @@ BaseValueFactory::register_new_factory (CORBA::ORB& orb) {
}
CORBA::ValueBase*
-BaseValueFactory::create_for_unmarshal (void)
+BaseValueFactory::create_for_unmarshal ()
{
::CORBA::ValueBase *ret_val = 0;
ACE_NEW_THROW_EX (
@@ -69,7 +69,7 @@ TValueFactory::register_new_factory (CORBA::ORB& orb) {
}
CORBA::ValueBase*
-TValueFactory::create_for_unmarshal (void)
+TValueFactory::create_for_unmarshal ()
{
::CORBA::ValueBase *ret_val = 0;
ACE_NEW_THROW_EX (
@@ -89,7 +89,7 @@ ConfigValueFactory::register_new_factory (CORBA::ORB& orb) {
}
CORBA::ValueBase*
-ConfigValueFactory::create_for_unmarshal (void)
+ConfigValueFactory::create_for_unmarshal ()
{
::CORBA::ValueBase *ret_val = 0;
ACE_NEW_THROW_EX (