diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-13 00:17:40 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-13 00:17:40 +0300 |
commit | 42992bc2c04dcfd322ead3fda1134439a2cfcf3a (patch) | |
tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /core/service.h | |
parent | 599d73442416d9bad663e4d0900265e073946600 (diff) |
cleanup, switching to wxwidgets as main development framework
Diffstat (limited to 'core/service.h')
-rw-r--r-- | core/service.h | 15 |
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 - |