// Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description:
//
/**
@file
@publishedPartner
@released
*/
#ifndef MOBILITYMESSAGES_H
#define MOBILITYMESSAGES_H
#include <es_sock.h>
//#include <comms-infras/api_ext_msg.h>
#include <comms-infras/ss_api_ext.h>
class MMobilityProtocolResp;
namespace ESock
{
const TInt KMobilityRequestMessagesImplementationUid = 0x10281DE9;
class CCommsMobilityApiExtRespMsg : public CCommsApiExtRespMsg
/**
Mobility response message.
@publishedPartner
@released
*/
{
virtual void DispatchL(MMobilityProtocolResp& aProtocol) = 0;
};
} //namespace ESock
#ifndef SYMBIAN_ENABLE_SPLIT_HEADERS
#include <comms-infras/mobilitymessages_internal.h>
#endif
#endif // MOBILITYMESSAGES_H