summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/ECG_Complex_Address_Server.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Event/ECG_Complex_Address_Server.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/ECG_Complex_Address_Server.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/ECG_Complex_Address_Server.h b/TAO/orbsvcs/orbsvcs/Event/ECG_Complex_Address_Server.h
index 6f90a5b6935..5bb96c44b7b 100644
--- a/TAO/orbsvcs/orbsvcs/Event/ECG_Complex_Address_Server.h
+++ b/TAO/orbsvcs/orbsvcs/Event/ECG_Complex_Address_Server.h
@@ -58,7 +58,7 @@ public:
create (int is_source_mapping = 1);
/// Destructor
- virtual ~TAO_ECG_Complex_Address_Server (void);
+ virtual ~TAO_ECG_Complex_Address_Server ();
/// Initializes the mapping from the @a arg string. See class notes
/// for the expected format.
@@ -72,7 +72,7 @@ public:
/// Prints out complete content of the address server. Useful for
/// debugging.
- void dump_content (void);
+ void dump_content ();
protected: