bluetoothengine/bteng/btrfsplugin/src/btrfsplugin.cpp
branchRCL_3
changeset 14 f7fbeaeb166a
parent 0 f63038272f30
equal deleted inserted replaced
13:b6f55cd40afd 14:f7fbeaeb166a
     1 /*
     1 /*
     2 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    75     {
    75     {
    76     TRACE_FUNC_ENTRY
    76     TRACE_FUNC_ENTRY
    77     TRACE_FUNC_EXIT
    77     TRACE_FUNC_EXIT
    78     }
    78     }
    79 
    79 
    80 void CBTRFSPlugin::GetScriptL( const TRfsReason /*aType*/, TDes& aPath )
    80 void CBTRFSPlugin::GetScriptL( const TRfsReason aType, TDes& aPath )
    81     {
    81     {
    82     TRACE_FUNC_ENTRY
    82     TRACE_FUNC_ENTRY
    83     aPath.Copy( KScriptPath);
    83     ASSERT(aType == EDeepRfs || aType == ENormalRfs); // ECOM default data specifies only these two types
       
    84     if(aType == EDeepRfs)
       
    85         {
       
    86         aPath.Copy(KScriptPath);
       
    87         }
    84     TRACE_FUNC_EXIT
    88     TRACE_FUNC_EXIT
    85     }
    89     }
    86 
    90 
    87 void CBTRFSPlugin::ExecuteCustomCommandL( const TRfsReason /*aType*/,
    91 void CBTRFSPlugin::ExecuteCustomCommandL( const TRfsReason /*aType*/,
    88                                         TDesC& /*aCommand*/ )
    92                                         TDesC& /*aCommand*/ )