00001 /******************************************************************************* 00002 This file is part of mDictionary 00003 00004 mDictionary is free software; you can redistribute it and/or modify 00005 it under the terms of the GNU General Public License as published by 00006 the Free Software Foundation; either version 2 of the License, or 00007 (at your option) any later version. 00008 00009 mDictionary is distributed in the hope that it will be useful, 00010 but WITHOUT ANY WARRANTY; without even the implied warranty of 00011 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00012 GNU General Public License for more details. 00013 00014 You should have received a copy of the GNU General Public License 00015 along with WhiteStork; if not, write to the Free Software 00016 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 00017 00018 Copyright 2006-2008 ComArch S.A. 00019 *******************************************************************************/ 00034 #ifndef WS_SERVICES_H 00035 #define WS_SERVICES_H 00036 00042 00045 #define MANAGER_SERVICE "org.maemo.mdictionaryManager" 00046 00049 #define MANAGER_OBJECT "/org/maemo/mdictionaryManager" 00050 00053 #define MANAGER_IFACE "org.maemo.mdictionaryManager" 00054 00055 00056 00059 #define GUI_SERVICE "org.maemo.mdictionaryGui" 00060 00063 #define GUI_OBJECT "/org/maemo/mdictionaryGui" 00064 00067 #define GUI_IFACE "org.maemo.mdictionaryGui" 00068 00071 00072 #endif