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 f060b78a904..2ca368f9ee1 100644
--- a/ACE/examples/APG/Streams/RecordingDevice.h
+++ b/ACE/examples/APG/Streams/RecordingDevice.h
@@ -35,10 +35,10 @@ public:
}
// Answer the incoming call
- virtual int answer_call (void) = 0;
+ virtual int answer_call () = 0;
// Fetch some form of caller identification at the hardware level.
- virtual CallerId *retrieve_callerId (void) = 0;
+ virtual CallerId *retrieve_callerId () = 0;
// Fetch the message at the location specified by 'addr' and play
// it for the caller.