diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-19 11:31:43 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-19 11:31:43 +0300 |
commit | 5d367f0e54fd1bf62f22b869ef75765ec9383e2c (patch) | |
tree | a3d2f900faab225b53d59bd8fb5add98520c589a /core/services.h | |
parent | b50a786c2758a34eff01a491ef103bd5a053ba90 (diff) |
hz..
Diffstat (limited to 'core/services.h')
-rw-r--r-- | core/services.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/core/services.h b/core/services.h index eebe16d..a915294 100644 --- a/core/services.h +++ b/core/services.h @@ -4,13 +4,13 @@ class service { public: - const char *getName(); - const SERVICE getService(); - service(const char *name, SERVICE service); - ~service(); + const char *getName(); + const SERVICE getService(); + service(const char *name, SERVICE service); + ~service(); private: - char *szName; - SERVICE pService; + char *szName; + SERVICE pService; };
#endif // SERVICES_H_INCLUDED
|