summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/ImR/Combined_Service/dynserver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/ImR/Combined_Service/dynserver.cpp')
-rw-r--r--TAO/orbsvcs/examples/ImR/Combined_Service/dynserver.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/examples/ImR/Combined_Service/dynserver.cpp b/TAO/orbsvcs/examples/ImR/Combined_Service/dynserver.cpp
index 8cf2c96d7fe..6fcabe26717 100644
--- a/TAO/orbsvcs/examples/ImR/Combined_Service/dynserver.cpp
+++ b/TAO/orbsvcs/examples/ImR/Combined_Service/dynserver.cpp
@@ -59,7 +59,7 @@ public:
}
};
-DynServer_Loader::DynServer_Loader(void)
+DynServer_Loader::DynServer_Loader()
{
}
@@ -116,7 +116,7 @@ DynServer_Loader::init (int argc, ACE_TCHAR* argv[])
}
int
-DynServer_Loader::fini (void)
+DynServer_Loader::fini ()
{
ACE_ASSERT(runner_.get() != 0);
try {