summaryrefslogtreecommitdiff
path: root/ACE/examples/Bounded_Packet_Relay
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/Bounded_Packet_Relay')
-rw-r--r--ACE/examples/Bounded_Packet_Relay/BPR_Drivers.h2
-rw-r--r--ACE/examples/Bounded_Packet_Relay/Thread_Bounded_Packet_Relay.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/ACE/examples/Bounded_Packet_Relay/BPR_Drivers.h b/ACE/examples/Bounded_Packet_Relay/BPR_Drivers.h
index 890f2877eec..33d96964c37 100644
--- a/ACE/examples/Bounded_Packet_Relay/BPR_Drivers.h
+++ b/ACE/examples/Bounded_Packet_Relay/BPR_Drivers.h
@@ -207,7 +207,7 @@ public:
int request_stop (void);
/// This method runs the input device loop in the new thread.
- virtual int svc (void);
+ virtual int svc ();
/// Provides an abstract interface to allow modifying device
/// settings.
diff --git a/ACE/examples/Bounded_Packet_Relay/Thread_Bounded_Packet_Relay.h b/ACE/examples/Bounded_Packet_Relay/Thread_Bounded_Packet_Relay.h
index 7fcbbadba7b..727393c5514 100644
--- a/ACE/examples/Bounded_Packet_Relay/Thread_Bounded_Packet_Relay.h
+++ b/ACE/examples/Bounded_Packet_Relay/Thread_Bounded_Packet_Relay.h
@@ -177,7 +177,7 @@ public:
virtual ~User_Input_Task (void);
/// This method runs the event loop in the new thread.
- virtual int svc (void);
+ virtual int svc ();
// = Some helper methods.