summaryrefslogtreecommitdiff
path: root/core/service.h
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2010-10-13 00:17:40 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2010-10-13 00:17:40 +0300
commit42992bc2c04dcfd322ead3fda1134439a2cfcf3a (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /core/service.h
parent599d73442416d9bad663e4d0900265e073946600 (diff)
cleanup, switching to wxwidgets as main development framework
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
-