javaextensions/wma/sms_cbs/src.s60/csmsplatformservices60impl.cpp
changeset 78 71ad690e91f5
parent 23 98ccebc37403
equal deleted inserted replaced
72:1f0034e370aa 78:71ad690e91f5
     1 /*
     1 /*
     2 * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    46     JELOG2(EWMA);
    46     JELOG2(EWMA);
    47     if (mUri.find(L"cbs://:") == std::wstring::npos)
    47     if (mUri.find(L"cbs://:") == std::wstring::npos)
    48     {
    48     {
    49         mSmsSendSocket.CancelAll();
    49         mSmsSendSocket.CancelAll();
    50         mSmsSendSocket.Close();
    50         mSmsSendSocket.Close();
       
    51         mSocketServer.Close();
    51         delete mSendMessage;
    52         delete mSendMessage;
    52     }
    53     }
    53     delete mMessageParameters;
    54     delete mMessageParameters;
    54 }
    55 }
    55 
    56