example/clientapi/smf/inc/common/SmfClientGlobal.h
author cgandhi <chandradeep.gandhi@sasken.com>
Tue, 06 Apr 2010 16:35:37 +0530
changeset 2 86af6c333601
parent 1 4b1e636e8a71
permissions -rw-r--r--
Changed the common classes for location, events. Changed APIs for paged results. Added exporting to QContacts. Fixed following bugs 2381 and 2382. Added documentation Doxyfile. Modified example_usage.h to show similar usage.

/**
* Copyright (c) 2010 Sasken Communication Technologies Ltd.
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of the "{License}"
* which accompanies  this distribution, and is available
* at the URL "{LicenseUrl}".
*
* Initial Contributors:
* Mansij Roy, Sasken Communication Technologies Ltd - Initial contribution
*
* Contributors:
*
* Description:
* Interface spefication for sfm service provider
*
*/

#ifndef SMFCLIENTGLOBAL_H_
#define SMFCLIENTGLOBAL_H_

#include <QtCore/QtGlobal>


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

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

#endif /* SMFCLIENTGLOBAL_H_ */