summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.h b/TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.h
index 98c8d1492f8..e24e86bfcae 100644
--- a/TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.h
+++ b/TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Naming_Server.h
@@ -85,11 +85,11 @@ public:
/// Returns 0 on successful pairing with peer.
/// Returns 1 if peer IOR file is present, but peer is not responding
/// Returns -1 if pairing is not possible.
- void init_replication_pairing (void);
+ void init_replication_pairing ();
- void no_replica (void);
+ void no_replica ();
- // TAO_FTNS_Notifier &notifier (void);
+ // TAO_FTNS_Notifier &notifier ();
/// Overridden parse operation. Only allows options supported by the FT_Naming_Server
/// and adds options for the object group manager
@@ -104,7 +104,7 @@ public:
/// Factory method to create a naming context factory for use with
/// the -f option.
virtual TAO_Persistent_Naming_Context_Factory *
- persistent_naming_context_factory (void);
+ persistent_naming_context_factory ();
/// Returns the IOR of the replication manager.
char* replicator_ior ();
@@ -148,7 +148,7 @@ protected:
IOR_ARRAY_SIZE
};
- int recover_iors (void);
+ int recover_iors ();
/// The object that implements the ObjectGroupManager, PropertyManager,
/// and GenericFactory interfaces.