smf/inc/common/smfclientglobal.h
changeset 7 be09cf1f39dd
parent 6 c39a6cfd1fb9
child 8 4102c67b6e56
equal deleted inserted replaced
6:c39a6cfd1fb9 7:be09cf1f39dd
     1 /**
       
     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 "{License}"
       
     6 * which accompanies  this distribution, and is available
       
     7 * at the URL "{LicenseUrl}".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Mansij Roy, Sasken Communication Technologies Ltd - Initial contribution
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 * Interface spefication for sfm service provider
       
    16 *
       
    17 */
       
    18 
       
    19 #ifndef SMFCLIENTGLOBAL_H_
       
    20 #define SMFCLIENTGLOBAL_H_
       
    21 
       
    22 #include <QtCore/QtGlobal>
       
    23 #include <QMetaType>
       
    24 
       
    25 #ifdef SMFCLIENT_LIBRARY
       
    26 #  define SMFCLIENT_EXPORT  //Q_DECL_EXPORT
       
    27 #else
       
    28 #  define SMFCLIENT_EXPORT Q_DECL_IMPORT
       
    29 #endif
       
    30 
       
    31 /**
       
    32 * To be designed later
       
    33 */
       
    34 #define SMF_GETSERVICES(INTERFACE,INTERFACESTRING) ;
       
    35 
       
    36 #endif /* SMFCLIENTGLOBAL_H_ */