summaryrefslogtreecommitdiff
path: root/examples/Service_Configurator/Misc/Timer_Service.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Service_Configurator/Misc/Timer_Service.h')
-rw-r--r--examples/Service_Configurator/Misc/Timer_Service.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/examples/Service_Configurator/Misc/Timer_Service.h b/examples/Service_Configurator/Misc/Timer_Service.h
deleted file mode 100644
index 506b4634a71..00000000000
--- a/examples/Service_Configurator/Misc/Timer_Service.h
+++ /dev/null
@@ -1,16 +0,0 @@
-/* -*- C++ -*- */
-// $Id$
-
-#include "ace/Service_Config.h"
-
-class Timer_Service : public ACE_Service_Object
-{
-public:
- virtual int init (int argc, char *argv[]);
-
- virtual int handle_timeout (const ACE_Time_Value &,
- const void *);
-};
-
-ACE_STATIC_SVC_DECLARE (Timer_Service)
-