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.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/TAO/tests/Explicit_Event_Loop/server.h b/TAO/tests/Explicit_Event_Loop/server.h
deleted file mode 100644
index 5bc9682e55f..00000000000
--- a/TAO/tests/Explicit_Event_Loop/server.h
+++ /dev/null
@@ -1,13 +0,0 @@
-// $Id$
-
-#ifndef server_HH_
-#define server_HH_
-
-#include "timeS.h"
-
-class Time_impl : public virtual POA_Time {
-public:
- virtual TimeOfDay get_gmt() throw(CORBA::SystemException);
-};
-
-#endif