diff -r 000000000000 -r dfb7c4ff071f datacommsserver/esockserver/esock_messages/inc/MobilityMessages.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/datacommsserver/esockserver/esock_messages/inc/MobilityMessages.h Thu Dec 17 09:22:25 2009 +0200 @@ -0,0 +1,54 @@ +// 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 +//#include +#include + +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 +#endif + +#endif // MOBILITYMESSAGES_H +