smf/smfservermodule/smfclient/common/smfclientglobal.h
changeset 14 a469c0e6e7fb
parent 10 77a56c951f86
equal deleted inserted replaced
13:b5d63d5fc252 14:a469c0e6e7fb
     1 /*
     1 /**
     2  * SmfClientGlobal.h
     2  * Copyright (c) 2010 Sasken Communication Technologies Ltd.
       
     3  * All rights reserved.
       
     4  * This component and the accompanying materials are made available
       
     5  * under the terms of the "Eclipse Public License v1.0"
       
     6  * which accompanies  this distribution, and is available
       
     7  * at the URL "http://www.eclipse.org/legal/epl-v10.html"
     3  *
     8  *
     4  *  Created on: Mar 22, 2010
     9  * Initial Contributors:
     5  *      Author: manasij
    10  * Chandradeep Gandhi, Sasken Communication Technologies Ltd - Initial contribution
       
    11  *
       
    12  * Contributors:
       
    13  * Manasij Roy, Nalina Hariharan
       
    14  *
       
    15  * Description:
       
    16  * Client DLL macro and server executable name
       
    17  *
     6  */
    18  */
     7 
    19 
     8 #ifndef SMFCLIENTGLOBAL_H_
    20 #ifndef SMFCLIENTGLOBAL_H_
     9 #define SMFCLIENTGLOBAL_H_
    21 #define SMFCLIENTGLOBAL_H_
    10 
    22 
    11 #include <QtCore/QtGlobal>
    23  #include <QtCore/QtGlobal>
    12 #include <QString>
    24 #include <QString>
       
    25 #ifdef Q_OS_SYMBIAN
       
    26 _LIT(KSmfServerName,"smfserver");
       
    27 _LIT(KSmfServerSemaphoreName,"smfserverSemaphore");
       
    28 _LIT(KSmfServerFilename,"smfserver");
       
    29 #else
    13 const QString KSmfServerName("smfserver");
    30 const QString KSmfServerName("smfserver");
    14 const QString KSmfServerSemaphoreName("smfserverSemaphore");
    31 const QString KSmfServerSemaphoreName("smfserverSemaphore");
    15 const QString KSmfServerFilename("smfserver");
    32 const QString KSmfServerFilename("smfserver");
    16 
    33 #endif
    17 //TUid KSmfServerUID3 = { 0xE37E0269 };
    34 //TUid KSmfServerUID3 = { 0xE37E0269 };
    18 
    35 
    19  #ifdef SMFCLIENT_LIB_EXPORT
    36  #ifdef SMFCLIENT_LIB_EXPORT
    20  #  define SMFCLIENT_EXPORT Q_DECL_EXPORT
    37  #  define SMFCLIENT_EXPORT Q_DECL_EXPORT
    21  #else
    38  #else