example/clientapi/smf/inc/common/SmfClientGlobal.h
changeset 1 4b1e636e8a71
child 2 86af6c333601
equal deleted inserted replaced
0:5d2360e70d9f 1:4b1e636e8a71
       
     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 SMFCLIENTDEFS_H_
       
    20 #define SMFCLIENTDEFS_H_
       
    21 
       
    22  #include <QtCore/QtGlobal>
       
    23 
       
    24  #ifdef SMFCLIENT_LIBRARY
       
    25  #  define SMFCLIENT_EXPORT Q_DECL_EXPORT
       
    26  #else
       
    27  #  define SMFCLIENT_EXPORT Q_DECL_IMPORT
       
    28  #endif
       
    29 /**
       
    30  * To be designed later
       
    31  */
       
    32 #define SMF_GETSERVICES(INTERFACE,INTERFACESTRING) ;
       
    33 #endif /* SMFCLIENTDEFS_H_ */