diff -r 6aeb7a756187 -r 3c88a81ff781 browsercore/core/network/SchemeHandlerBrQtHighway_p.h --- a/browsercore/core/network/SchemeHandlerBrQtHighway_p.h Thu Sep 23 15:32:11 2010 -0400 +++ b/browsercore/core/network/SchemeHandlerBrQtHighway_p.h Fri Oct 15 17:30:59 2010 -0400 @@ -51,8 +51,15 @@ private: SchemeHandler::SchemeHandlerError SendStandardUriViewRequest(const QUrl& url); +private slots: + // Aiw request responses + void handleOk(const QVariant &result); + void handleError(int errorCode, const QString& errorMessage); + +private: // application interworking manager from QtHighway XQApplicationManager mAiwMgr; + XQAiwRequest *mRequestPtr; // Application Interworking request }; } // WRT