connectivitylayer/isce/isaaccessextension_dll/inc/misirouterobjectif.h
changeset 5 8ccc39f9d787
equal deleted inserted replaced
4:510c70acdbf6 5:8ccc39f9d787
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 * 
       
    14 * Description: 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef __MISIROUTEROBJECTIF_H__
       
    21 #define __MISIROUTEROBJECTIF_H__
       
    22 
       
    23 
       
    24 /*
       
    25 * Abstract interface for ISI router to use nameservice and communication manager services.
       
    26 */
       
    27 class MISIRouterObjectIf
       
    28     {
       
    29 
       
    30     public:
       
    31 
       
    32         /*
       
    33         * Receive a message from router.
       
    34         * Responsibility to deallocate the message is transferred to channel.
       
    35         * Can be called in 1..N thread contextes.
       
    36         * Cat no be called with FM held.
       
    37         * Same restríctions than in IST API (see from MTrxMuxIf).
       
    38         * @param aMessage, message to receive
       
    39         */
       
    40         virtual void Receive( const TDesC8& aMessage ) = 0;
       
    41 
       
    42     };
       
    43 
       
    44 #endif /* __MISIROUTEROBJECTIF_H__ */