summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/time-date/Time_Date.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Simple/time-date/Time_Date.h')
-rw-r--r--TAO/examples/Simple/time-date/Time_Date.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/examples/Simple/time-date/Time_Date.h b/TAO/examples/Simple/time-date/Time_Date.h
index c24a97e8215..fb63add9109 100644
--- a/TAO/examples/Simple/time-date/Time_Date.h
+++ b/TAO/examples/Simple/time-date/Time_Date.h
@@ -39,10 +39,10 @@ public:
virtual int init (int argc, ACE_TCHAR *argv[]);
/// Shutdown the @c TAO_ORB_Manager.
- virtual int fini (void);
+ virtual int fini ();
/// Concurrency hook.
- virtual int svc (void);
+ virtual int svc ();
public:
/// ORB pseudo-reference.