summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/ImplRepo_Service/Activator_Info.h
diff options
context:
space:
mode:
authorKnut Petter Svendsen <knut@altuma.no>2022-09-13 22:57:39 +0200
committerKnut Petter Svendsen <knut@altuma.no>2022-09-13 22:57:39 +0200
commit3da59eac098c1ef9d2c98f2079185ff35c3b6105 (patch)
tree379c29e09bf55597fe6740cd163478cd1204a181 /TAO/orbsvcs/ImplRepo_Service/Activator_Info.h
parentfe03724176dcfd20e0f9a6e493198469242be6b6 (diff)
downloadATCD-3da59eac098c1ef9d2c98f2079185ff35c3b6105.tar.gz
Remove obsolescent (void) in functions with no parameters
Diffstat (limited to 'TAO/orbsvcs/ImplRepo_Service/Activator_Info.h')
-rw-r--r--TAO/orbsvcs/ImplRepo_Service/Activator_Info.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/ImplRepo_Service/Activator_Info.h b/TAO/orbsvcs/ImplRepo_Service/Activator_Info.h
index 704e489a354..1bf3a3c14db 100644
--- a/TAO/orbsvcs/ImplRepo_Service/Activator_Info.h
+++ b/TAO/orbsvcs/ImplRepo_Service/Activator_Info.h
@@ -15,7 +15,7 @@
*/
struct Activator_Info
{
- Activator_Info (void);
+ Activator_Info ();
Activator_Info (const Activator_Info& other);
Activator_Info (const ACE_CString& aname,
@@ -24,10 +24,10 @@ struct Activator_Info
ImplementationRepository::Activator_ptr act =
ImplementationRepository::Activator::_nil ());
- void clear (void);
+ void clear ();
/// Reset the connection portion
- void reset_runtime(void);
+ void reset_runtime();
ACE_CString name;
CORBA::Long token;