# HG changeset patch # User Dremov Kirill (Nokia-D-MSW/Tampere) # Date 1284549049 -10800 # Node ID 3d9964be03bcc51ac08ec8e3ce18eee7d0fdeb49 # Parent 012cc2ee64085442b0673a3dfd2a3a6c7127e562 Revision: 201034 Kit: 201036 diff -r 012cc2ee6408 -r 3d9964be03bc usbmgmt/usbmgr/host/functiondrivers/ms/msmm/refppnotifier/inc/refppdialog.h --- a/usbmgmt/usbmgr/host/functiondrivers/ms/msmm/refppnotifier/inc/refppdialog.h Wed Sep 01 12:35:00 2010 +0100 +++ b/usbmgmt/usbmgr/host/functiondrivers/ms/msmm/refppnotifier/inc/refppdialog.h Wed Sep 15 14:10:49 2010 +0300 @@ -24,7 +24,7 @@ #define CREFPPDIALOG_H // INCLUDES -#include +#include // CLASS DECLARATION /** diff -r 012cc2ee6408 -r 3d9964be03bc usbmgmt/usbmgr/host/functiondrivers/ms/msmm/refppnotifier/inc/refppnotifier.h --- a/usbmgmt/usbmgr/host/functiondrivers/ms/msmm/refppnotifier/inc/refppnotifier.h Wed Sep 01 12:35:00 2010 +0100 +++ b/usbmgmt/usbmgr/host/functiondrivers/ms/msmm/refppnotifier/inc/refppnotifier.h Wed Sep 15 14:10:49 2010 +0300 @@ -23,7 +23,7 @@ #ifndef REFPPNOTIFIER_H #define REFPPNOTIFIER_H -#include +#include #include #include "refppdialog.h" diff -r 012cc2ee6408 -r 3d9964be03bc usbmgmt/usbmgr/host/functiondrivers/ms/msmm/refppnotifier/src/dialog.rss --- a/usbmgmt/usbmgr/host/functiondrivers/ms/msmm/refppnotifier/src/dialog.rss Wed Sep 01 12:35:00 2010 +0100 +++ b/usbmgmt/usbmgr/host/functiondrivers/ms/msmm/refppnotifier/src/dialog.rss Wed Sep 15 14:10:49 2010 +0300 @@ -20,10 +20,9 @@ @file @internalComponent */ +#include +#include -#include -#include -#include #include #include "refppnotifier.hrh" NAME REFN diff -r 012cc2ee6408 -r 3d9964be03bc usbmgmt/usbmgr/host/functiondrivers/ms/msmm/refppnotifier/src/refppnotifier.cpp --- a/usbmgmt/usbmgr/host/functiondrivers/ms/msmm/refppnotifier/src/refppnotifier.cpp Wed Sep 01 12:35:00 2010 +0100 +++ b/usbmgmt/usbmgr/host/functiondrivers/ms/msmm/refppnotifier/src/refppnotifier.cpp Wed Sep 15 14:10:49 2010 +0300 @@ -23,9 +23,9 @@ #include "refppnotifier.h" #include #include "refppnotifier.hrh" -#include +#include #include -#include +#include #include #include const TUid KMsmmRefNotifierChannel = {0x10009D48}; //0x10208C14 diff -r 012cc2ee6408 -r 3d9964be03bc usbmgmt/usbmgr/host/functiondrivers/ms/msmm/server/src/subcommands.cpp --- a/usbmgmt/usbmgr/host/functiondrivers/ms/msmm/server/src/subcommands.cpp Wed Sep 01 12:35:00 2010 +0100 +++ b/usbmgmt/usbmgr/host/functiondrivers/ms/msmm/server/src/subcommands.cpp Wed Sep 15 14:10:49 2010 +0300 @@ -142,6 +142,9 @@ { LOG_FUNC + TRequestStatus* status = &iHandler.Status(); + User::RequestComplete(status, KErrCancel); + if(iInterfaceNode) { iInterfaceNode->iUsbMsDevice.Remove();