summaryrefslogtreecommitdiff
path: root/TAO/examples/Simulator/Event_Supplier/Event_Sup.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Simulator/Event_Supplier/Event_Sup.h')
-rw-r--r--TAO/examples/Simulator/Event_Supplier/Event_Sup.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/examples/Simulator/Event_Supplier/Event_Sup.h b/TAO/examples/Simulator/Event_Supplier/Event_Sup.h
index f2f6b9ecf85..a15bc247c4a 100644
--- a/TAO/examples/Simulator/Event_Supplier/Event_Sup.h
+++ b/TAO/examples/Simulator/Event_Supplier/Event_Sup.h
@@ -44,14 +44,14 @@ class Event_Supplier
public:
Event_Supplier (int argc, ACE_TCHAR** argv);
- ~Event_Supplier (void);
+ ~Event_Supplier ();
/// connect the DOVE_Supplier
- int init (void);
+ int init ();
/// here is really something going on,
/// here we deliver the messages
- void start_generating_events (void);
+ void start_generating_events ();
/// Load the scheduling information into memory
void load_schedule_data (ACE_Unbounded_Queue<Schedule_Viewer_Data *> &schedule_data);