usbmgmt/usbmgr/host/fdf/production/fdcbase/src/fdcpluginobserver.cpp
branchRCL_3
changeset 15 f92a4f87e424
parent 0 c9bc50fca66e
child 16 012cc2ee6408
equal deleted inserted replaced
14:d3e8e7d462dd 15:f92a4f87e424
     1 /*
     1 /*
     2 * Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2007-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".
    19  @file
    19  @file
    20  @internalComponent
    20  @internalComponent
    21 */
    21 */
    22 
    22 
    23 #include <usbhost/internal/fdcpluginobserver.h>
    23 #include <usbhost/internal/fdcpluginobserver.h>
    24 #include <usb/usblogger.h>
       
    25 
    24 
    26 #ifdef __FLOG_ACTIVE
    25 #include "OstTraceDefinitions.h"
    27 _LIT8(KLogComponent, "fdcplugin");
    26 #ifdef OST_TRACE_COMPILER_IN_USE
       
    27 #include "fdcpluginobserverTraces.h"
    28 #endif
    28 #endif
       
    29 
    29 
    30 
    30 EXPORT_C TUint32 MFdcPluginObserver::TokenForInterface(TUint8 aInterface)
    31 EXPORT_C TUint32 MFdcPluginObserver::TokenForInterface(TUint8 aInterface)
    31 	{
    32 	{
    32 	LOG_FUNC
    33     OstTraceFunctionEntry1( MFDCPLUGINOBSERVER_TOKENFORINTERFACE_ENTRY, this );
    33 	
    34 	
    34 	return MfpoTokenForInterface(aInterface);
    35 	return MfpoTokenForInterface(aInterface);
    35 	}
    36 	}
    36 
    37 
    37 EXPORT_C const RArray<TUint>& MFdcPluginObserver::GetSupportedLanguagesL(TUint aDeviceId)
    38 EXPORT_C const RArray<TUint>& MFdcPluginObserver::GetSupportedLanguagesL(TUint aDeviceId)