fax/faxclientandserver/FAXSVR/FAXMDRV.INL
branchRCL_3
changeset 65 630d2f34d719
parent 61 17af172ffa5f
child 66 07a122eea281
equal deleted inserted replaced
61:17af172ffa5f 65:630d2f34d719
     1 // Copyright (c) 1997-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  @internalComponent 
       
    19 */
       
    20 
       
    21 #ifndef __FAXMDRV_INL
       
    22 #define __FAXMDRV_INL
       
    23 
       
    24 /********************************************************************/
       
    25 
       
    26 inline TUint8 CFaxModemDriver::Invert (TUint8 aOctet)
       
    27    {
       
    28    return (KReverseByte[aOctet]);
       
    29    }
       
    30 
       
    31 /********************************************************************/
       
    32 
       
    33 #endif
       
    34