summaryrefslogtreecommitdiff
path: root/ACE/ace/Remote_Name_Space.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Remote_Name_Space.h')
-rw-r--r--ACE/ace/Remote_Name_Space.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Remote_Name_Space.h b/ACE/ace/Remote_Name_Space.h
index cdda6074e68..3db871764c8 100644
--- a/ACE/ace/Remote_Name_Space.h
+++ b/ACE/ace/Remote_Name_Space.h
@@ -46,7 +46,7 @@ class ACE_Export ACE_Remote_Name_Space : public ACE_Name_Space
{
public:
/// "Do-nothing" constructor.
- ACE_Remote_Name_Space (void);
+ ACE_Remote_Name_Space ();
/**
* Specifies the scope of this namespace, opens and memory-maps the
@@ -64,7 +64,7 @@ public:
/// destructor, do some cleanup :TBD: last dtor should "compress"
/// file
- ~ACE_Remote_Name_Space (void);
+ ~ACE_Remote_Name_Space ();
/// Bind a new name to a naming context (Wide character strings).
virtual int bind (const ACE_NS_WString &name_in,