smf/inc/common/smfclientglobal.h
changeset 7 be09cf1f39dd
parent 6 c39a6cfd1fb9
child 8 4102c67b6e56
--- a/smf/inc/common/smfclientglobal.h	Tue May 18 17:33:55 2010 +0530
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,36 +0,0 @@
-/**
-* 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>
-#include <QMetaType>
-
-#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_ */