summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Refcountable_Guard_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Refcountable_Guard_T.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Refcountable_Guard_T.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Refcountable_Guard_T.h b/TAO/orbsvcs/orbsvcs/Notify/Refcountable_Guard_T.h
index adbacff8bcd..fc1eb795058 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Refcountable_Guard_T.h
+++ b/TAO/orbsvcs/orbsvcs/Notify/Refcountable_Guard_T.h
@@ -41,13 +41,13 @@ public:
~TAO_Notify_Refcountable_Guard_T ();
/// Redirection operator
- T* get (void) const;
+ T* get () const;
/// Boolean test
- bool isSet (void) const;
+ bool isSet () const;
/// Redirection operator
- T* operator -> (void) const;
+ T* operator -> () const;
/// Dereference operator
T& operator * () const;