smf/smfservermodule/smfclient/common/smfclientglobal.h
author James Aley <jamesa@symbian.org>
Fri, 21 May 2010 15:45:10 +0100
changeset 10 77a56c951f86
parent 7 be09cf1f39dd
child 14 a469c0e6e7fb
permissions -rw-r--r--
Fixed build for Qt desktop

/*
 * SmfClientGlobal.h
 *
 *  Created on: Mar 22, 2010
 *      Author: manasij
 */

#ifndef SMFCLIENTGLOBAL_H_
#define SMFCLIENTGLOBAL_H_

#include <QtCore/QtGlobal>
#include <QString>
const QString KSmfServerName("smfserver");
const QString KSmfServerSemaphoreName("smfserverSemaphore");
const QString KSmfServerFilename("smfserver");

//TUid KSmfServerUID3 = { 0xE37E0269 };

 #ifdef SMFCLIENT_LIB_EXPORT
 #  define SMFCLIENT_EXPORT Q_DECL_EXPORT
 #else
 #  define SMFCLIENT_EXPORT Q_DECL_IMPORT
 #endif

/**
 * To be designed later
 */
#define SMF_GETSERVICES(INTERFACE,INTERFACESTRING) ;
#endif /* SMFCLIENTDEFS_H_ */