usbmgmt/usbmgr/usbman/extensionplugin/src/MUsbManExtensionPluginObserver.cpp
changeset 0 c9bc50fca66e
child 48 21625e5de155
equal deleted inserted replaced
-1:000000000000 0:c9bc50fca66e
       
     1 /*
       
     2 * Copyright (c) 2005-2009 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:
       
    15 * Implementation of interface presented by Usbman down to the concrete Usbman Extension Plugins.
       
    16 *
       
    17 */
       
    18 
       
    19 /**
       
    20  @file
       
    21  @publishedPartner
       
    22  @released
       
    23 */
       
    24 
       
    25 #include "musbmanextensionpluginobserver.h"
       
    26 
       
    27 EXPORT_C RDevUsbcClient& MUsbmanExtensionPluginObserver::DevUsbcClient()
       
    28 	{
       
    29 	return MuepoDoDevUsbcClient();
       
    30 	}
       
    31 
       
    32 EXPORT_C void MUsbmanExtensionPluginObserver::RegisterStateObserverL(MUsbDeviceNotify& aObserver)
       
    33 	{
       
    34 	MuepoDoRegisterStateObserverL(aObserver);
       
    35 	}
       
    36