summaryrefslogtreecommitdiff
path: root/TAO/tests/Explicit_Event_Loop/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Explicit_Event_Loop/server.h')
-rw-r--r--TAO/tests/Explicit_Event_Loop/server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Explicit_Event_Loop/server.h b/TAO/tests/Explicit_Event_Loop/server.h
index a61cc86259e..afeefeb30c9 100644
--- a/TAO/tests/Explicit_Event_Loop/server.h
+++ b/TAO/tests/Explicit_Event_Loop/server.h
@@ -19,7 +19,7 @@
class Time_impl : public virtual POA_Time
{
public:
- virtual TimeOfDay get_gmt (void);
+ virtual TimeOfDay get_gmt ();
};
#endif /* server_HH_ */