summaryrefslogtreecommitdiff
path: root/ACE/ace/Typed_SV_Message.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Typed_SV_Message.h')
-rw-r--r--ACE/ace/Typed_SV_Message.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Typed_SV_Message.h b/ACE/ace/Typed_SV_Message.h
index 503f1ceefb0..d46d5c1e250 100644
--- a/ACE/ace/Typed_SV_Message.h
+++ b/ACE/ace/Typed_SV_Message.h
@@ -39,7 +39,7 @@ public:
long type = 0,
int length = sizeof (T),
int max_size = sizeof (T));
- ~ACE_Typed_SV_Message (void);
+ ~ACE_Typed_SV_Message ();
/// Get the type of the message.
long type () const;
@@ -60,7 +60,7 @@ public:
void max_size (int m);
/// Get a pointer to the data in the message.
- T &data (void);
+ T &data ();
/// Set a pointer to the data in the message.
void data (const T &data);