summaryrefslogtreecommitdiff
path: root/TAO/examples/Simulator/Event_Supplier/Logging_Sup.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Simulator/Event_Supplier/Logging_Sup.h')
-rw-r--r--TAO/examples/Simulator/Event_Supplier/Logging_Sup.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/examples/Simulator/Event_Supplier/Logging_Sup.h b/TAO/examples/Simulator/Event_Supplier/Logging_Sup.h
index f959bdbc9a0..dc73fa496dc 100644
--- a/TAO/examples/Simulator/Event_Supplier/Logging_Sup.h
+++ b/TAO/examples/Simulator/Event_Supplier/Logging_Sup.h
@@ -45,14 +45,14 @@ class Logging_Supplier
public:
Logging_Supplier (int argc, ACE_TCHAR** argv);
- ~Logging_Supplier (void);
+ ~Logging_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);