diff options
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/orbsvcs/orbsvcs/Naming/Naming_Service_Container.h | 4 | ||||
-rw-r--r-- | TAO/orbsvcs/orbsvcs/Notify/EventType.h | 2 | ||||
-rw-r--r-- | TAO/orbsvcs/orbsvcs/Notify/EventTypeSeq.h | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Naming/Naming_Service_Container.h b/TAO/orbsvcs/orbsvcs/Naming/Naming_Service_Container.h index 01d5a109d0b..fdca3733dba 100644 --- a/TAO/orbsvcs/orbsvcs/Naming/Naming_Service_Container.h +++ b/TAO/orbsvcs/orbsvcs/Naming/Naming_Service_Container.h @@ -86,7 +86,7 @@ public: int done (void) const; /// Dump the state of an object. - void dump (void) const; + void dump () const; // = STL styled iteration, compare, and reference functions. @@ -174,7 +174,7 @@ public: size_t size (void) const; /// Dump the state of an object. - void dump (void) const; + void dump () const; /// Reset the <ACE_Unbounded_List> to be empty. void reset (void); diff --git a/TAO/orbsvcs/orbsvcs/Notify/EventType.h b/TAO/orbsvcs/orbsvcs/Notify/EventType.h index b5a0f316f9f..ca5bed88301 100644 --- a/TAO/orbsvcs/orbsvcs/Notify/EventType.h +++ b/TAO/orbsvcs/orbsvcs/Notify/EventType.h @@ -67,7 +67,7 @@ public: const CosNotification::EventType& native (void) const; /// Helper to print contents. - void dump (void) const; + void dump () const; /// Initialize from an NVPList, return false on failure bool init(const TAO_Notify::NVPList& attrs); diff --git a/TAO/orbsvcs/orbsvcs/Notify/EventTypeSeq.h b/TAO/orbsvcs/orbsvcs/Notify/EventTypeSeq.h index b011441347d..5ecbd009ffc 100644 --- a/TAO/orbsvcs/orbsvcs/Notify/EventTypeSeq.h +++ b/TAO/orbsvcs/orbsvcs/Notify/EventTypeSeq.h @@ -64,7 +64,7 @@ public: void populate_no_special (CosNotification::EventTypeSeq& event_type) const; /// Print the contents. - void dump (void) const; + void dump () const; // TAO_Notify::Topology_Object |