btobexprofiles/obexsendservices/obexservicesendutils/src/BTServiceUtils.cpp
branchRCL_3
changeset 56 9386f31cc85b
parent 55 613943a21004
child 61 269724087bed
equal deleted inserted replaced
55:613943a21004 56:9386f31cc85b
     1 /*
       
     2 * Copyright (c) 2002 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 "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:  Contains BTSU wide definitions.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // INCLUDE FILES
       
    20 #include "BTServiceUtils.h"
       
    21 
       
    22 // CONSTANTS
       
    23 
       
    24 // ============================= LOCAL FUNCTIONS ===============================
       
    25 //
       
    26 
       
    27 // -----------------------------------------------------------------------------
       
    28 // BTSUPanic
       
    29 // Issues a Panic using the panic codes and name defined by this subsystem.
       
    30 // Returns: None.
       
    31 // -----------------------------------------------------------------------------
       
    32 //
       
    33 void BTSUPanic( TBTSUPanicCode aPanic )
       
    34     {
       
    35     User::Panic( KBTSUModuleName, aPanic );
       
    36     }
       
    37 
       
    38 // ========================== OTHER EXPORTED FUNCTIONS =========================
       
    39 
       
    40 //  End of File