summaryrefslogtreecommitdiff
path: root/ACE/examples/APG/Shared_Memory/PI_Malloc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/APG/Shared_Memory/PI_Malloc.cpp')
-rw-r--r--ACE/examples/APG/Shared_Memory/PI_Malloc.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/examples/APG/Shared_Memory/PI_Malloc.cpp b/ACE/examples/APG/Shared_Memory/PI_Malloc.cpp
index 3ab6d0f08a2..e9da843f997 100644
--- a/ACE/examples/APG/Shared_Memory/PI_Malloc.cpp
+++ b/ACE/examples/APG/Shared_Memory/PI_Malloc.cpp
@@ -34,9 +34,9 @@ public:
~Record() { g_allocator->free (name_.addr ()); }
- char *name (void) { return name_; }
- int id1 (void) { return id1_; }
- int id2 (void) { return id2_; }
+ char *name () { return name_; }
+ int id1 () { return id1_; }
+ int id2 () { return id2_; }
private:
int id1_;