summaryrefslogtreecommitdiff
path: root/ACE/examples/APG/Streams/RecordingDevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/APG/Streams/RecordingDevice.h')
-rw-r--r--ACE/examples/APG/Streams/RecordingDevice.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/examples/APG/Streams/RecordingDevice.h b/ACE/examples/APG/Streams/RecordingDevice.h
index db73f6ba4a9..41a9739d987 100644
--- a/ACE/examples/APG/Streams/RecordingDevice.h
+++ b/ACE/examples/APG/Streams/RecordingDevice.h
@@ -24,7 +24,7 @@ public:
{
}
- virtual const ACE_TCHAR *get_name (void) const
+ virtual const ACE_TCHAR *get_name () const
{
return ACE_TEXT ("UNKNOWN");
}
@@ -56,7 +56,7 @@ public:
// Get the handler of the device so that wait_for_activity() can
// wait for data to arrive.
- virtual ACE_Event_Handler *get_handler (void) const
+ virtual ACE_Event_Handler *get_handler () const
{
return 0;
}