smf/smfservermodule/smfclient/common/smfprovider.h
changeset 10 77a56c951f86
parent 7 be09cf1f39dd
child 14 a469c0e6e7fb
equal deleted inserted replaced
7:be09cf1f39dd 10:77a56c951f86
    24 #include <QImage>
    24 #include <QImage>
    25 #include <QUrl>
    25 #include <QUrl>
    26 #include <QStringList>
    26 #include <QStringList>
    27 #include <QMetaType>
    27 #include <QMetaType>
    28 
    28 
    29 #include "SmfClientGlobal.h"
    29 #include "smfclientglobal.h"
       
    30 
    30 /**
    31 /**
    31  * @ingroup smf_client_group 
    32  * @ingroup smf_client_group 
    32  * Interface for a base service provider. Other service provider classes contains 
    33  * Interface for a base service provider. Other service provider classes contains 
    33  * implementation of this base class so that each has access to service provider 
    34  * implementation of this base class so that each has access to service provider 
    34  * information.
    35  * information.