* - adding Doxyfile for documentation
[mdictionary] / include / ws_services.h
1 #ifndef WS_SERVICES_H
2 #define WS_SERVICES_H
3
4 #define MANAGER_SERVICE "org.maemo.mdictionaryManager"
5 #define MANAGER_OBJECT "/org/maemo/mdictionaryManager"
6 #define MANAGER_IFACE "org.maemo.mdictionaryManager"
7
8 #define GUI_SERVICE "org.maemo.mdictionaryGui"
9 #define GUI_OBJECT "/org/maemo/mdictionaryGui"
10 #define GUI_IFACE "org.maemo.mdictionaryGui"
11
12 #endif