summaryrefslogtreecommitdiff
path: root/core/service.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/service.h')
-rw-r--r--core/service.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/core/service.h b/core/service.h
deleted file mode 100644
index 8f624e8..0000000
--- a/core/service.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef SERVICE_H
-#define SERVICE_H
-class service
-{
-public:
- const char *getName();
- const SERVICE getService();
- service(const char *name, SERVICE service);
- ~service();
-private:
- char *szName;
- SERVICE pService;
-};
-#endif
-