smf/smfservermodule/smfserver/server/smfserver.h
changeset 10 77a56c951f86
parent 7 be09cf1f39dd
child 13 b5d63d5fc252
equal deleted inserted replaced
7:be09cf1f39dd 10:77a56c951f86
   136    * Note:- Should there be an overloaded function which takes
   136    * Note:- Should there be an overloaded function which takes
   137    * list of SmfPluginID ?
   137    * list of SmfPluginID ?
   138    * Note:- SmfPluginManager will invoke resultsAvailable on session object once
   138    * Note:- SmfPluginManager will invoke resultsAvailable on session object once
   139    * it receives parsed data.
   139    * it receives parsed data.
   140    */
   140    */
   141 #ifdef Q_OS_SYMBIAN
       
   142   /**
   141   /**
   143    * Request the Plugin manager to get the data.
   142    * Request the Plugin manager to get the data.
   144    * @param requestID Corresponds to a client's session
   143    * @param requestID Corresponds to a client's session
   145    * @param pluginID Plugin for which the request is intended
   144    * @param pluginID Plugin for which the request is intended
   146    * @param interfaceID Interface name
   145    * @param interfaceID Interface name
   147    * @param dataForPlugin Data to be sent for this request
   146    * @param dataForPlugin Data to be sent for this request
   148    * 
   147    * 
   149    */
   148    */
   150   void getRequestedData(int requestID,SmfPluginID pluginID,SmfInterfaceID interfaceID, SmfRequestTypeID requestTypeID,QByteArray dataForPlugin = QByteArray());
   149   void getRequestedData(int requestID,SmfPluginID pluginID,SmfInterfaceID interfaceID, SmfRequestTypeID requestTypeID,QByteArray dataForPlugin = QByteArray());
   151 #else
       
   152   void getRequestedData(SmfServerQtSession* session,SmfPluginID pluginID, SmfRequestTypeID requestTypeID);
       
   153 #endif
       
   154   
   150   
   155 public slots:
   151 public slots:
   156 
   152 
   157 	/*
   153 	/*
   158 	 * This slot is called when Credential Manager is done with the autherizing
   154 	 * This slot is called when Credential Manager is done with the autherizing