diff -r 1cee9f1b95e0 -r a180113055cb smf/smfservermodule/smfclient/smfclientsymbian.cpp --- a/smf/smfservermodule/smfclient/smfclientsymbian.cpp Thu Sep 23 17:20:22 2010 +0530 +++ b/smf/smfservermodule/smfclient/smfclientsymbian.cpp Thu Sep 23 17:43:31 2010 +0530 @@ -44,16 +44,15 @@ } CSmfClientSymbian::CSmfClientSymbian(smfObserver* aObserver) - : iObserver(aObserver), - CActive( EPriorityStandard ), - iDataPtr(NULL, 0, 0) + : CActive( EPriorityStandard ), + iObserver(aObserver), + iDataPtr(NULL, 0, 0) { CActiveScheduler::Add(this); } void CSmfClientSymbian::ConstructL() { - qDebug()<<"Inside CSmfClientSymbian::ConstructL()"; User::LeaveIfError(iSession.connectToServer()); } @@ -125,8 +124,6 @@ TInt aMaxAllocation, QByteArray& aSerializedData) { - qDebug()<<"Inside CSmfClientSymbian::sendRequest() for intf = "<Des()); iIntfNamePtr8.Copy(reinterpret_cast(iInterfaceNamebyte.data()),iInterfaceNamebyte.length()); - qDebug()<<"iIntfNamePtr8 size = "<Des()); + iPtr8ToSlot0.Copy(reinterpret_cast(aSerializedData.constData()),aSerializedData.length()); if(iBuffer8) { @@ -430,7 +422,7 @@ //convert the QByteArray into TPtr TPtrC8 ptrSlot0(reinterpret_cast(aSerializedData.constData()),aSerializedData.length()); - qDebug()<<"ptrSlot0 size = "<