telephonyprotocols/rawipnif/version1/inc/MControllerObserver.h
branchRCL_3
changeset 20 07a122eea281
parent 0 3553901f7fa8
equal deleted inserted replaced
19:630d2f34d719 20:07a122eea281
       
     1 // Copyright (c) 2002-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 // Interface class for objects which need to observe the BCA controller.
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 #ifndef MCONTROLLEROBSERVER_H__
       
    23 #define MCONTROLLEROBSERVER_H__
       
    24 
       
    25 #include "MRawIPNifObserverBase.h"
       
    26 #include <es_mbuf.h>
       
    27 
       
    28 class MControllerObserver : public MRawIPNifObserverBase
       
    29 	{
       
    30 public:
       
    31 	virtual void Process(RMBufChain& aPdu, TUint16 aProtocolCode)=0;
       
    32 	virtual void ResumeSending()=0;
       
    33 	};
       
    34 
       
    35 #endif // MCONTROLLEROBSERVER_H__