usbuis/usbuinotif/tsrc/usbuinotifapitest/src/usbuinotifapitestblocks.cpp
changeset 58 c3241a5ac9ff
parent 52 831068540b07
child 87 18fe5224f0dc
--- a/usbuis/usbuinotif/tsrc/usbuinotifapitest/src/usbuinotifapitestblocks.cpp	Fri May 28 16:51:12 2010 +0300
+++ b/usbuis/usbuinotif/tsrc/usbuinotifapitest/src/usbuinotifapitestblocks.cpp	Mon Jul 12 23:44:34 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -705,6 +705,16 @@
         aQueryType = EHostMsErrOutOfMemory;
         iLog -> Log( _L("Query type: EUsbMSMMOutOfMemory") );
         }     
+    else if ( !aTypeString.Compare( _L( "EUsbMSMMSafeToRemove" ) ) )
+        {
+        aQueryType = EHostMsErrNone;
+        iLog -> Log( _L("Query type: EUsbMSMMSafeToRemove") );
+        }     
+    else if ( !aTypeString.Compare( _L( "EUsbMSMMUnableToEject" ) ) )
+        {
+        aQueryType = EHostMsErrInUse;
+        iLog -> Log( _L("Query type: EUsbMSMMUnableToEject") );
+        }     
     else
         {
         iLog -> Log( _L("Query type: not supported") );