datacommsserver/esockserver/esock_messages/inc/MobilityMessages.h
changeset 0 dfb7c4ff071f
equal deleted inserted replaced
-1:000000000000 0:dfb7c4ff071f
       
     1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 /**
       
    17  @file
       
    18  @publishedPartner
       
    19  @released
       
    20 */
       
    21 
       
    22 #ifndef MOBILITYMESSAGES_H
       
    23 #define MOBILITYMESSAGES_H
       
    24 
       
    25 #include <es_sock.h>
       
    26 //#include <comms-infras/api_ext_msg.h>
       
    27 #include <comms-infras/ss_api_ext.h>
       
    28 
       
    29 class MMobilityProtocolResp;
       
    30 
       
    31 namespace ESock
       
    32 {
       
    33 
       
    34 const TInt KMobilityRequestMessagesImplementationUid = 0x10281DE9;
       
    35 
       
    36 class CCommsMobilityApiExtRespMsg : public CCommsApiExtRespMsg
       
    37 /**
       
    38 Mobility response message.
       
    39 
       
    40 @publishedPartner
       
    41 @released
       
    42 */
       
    43 	{
       
    44 	virtual void DispatchL(MMobilityProtocolResp& aProtocol) = 0;
       
    45 	};
       
    46 
       
    47 } //namespace ESock
       
    48 
       
    49 #ifndef SYMBIAN_ENABLE_SPLIT_HEADERS
       
    50 #include <comms-infras/mobilitymessages_internal.h>
       
    51 #endif
       
    52 
       
    53 #endif   // MOBILITYMESSAGES_H
       
    54