userlibandfileserver/fileserver/shostmassstorage/server/controller/tlogicalunitlist.cpp
changeset 127 e408fc570bb5
parent 124 5802e2ce68ed
child 297 b2826f67641f
--- a/userlibandfileserver/fileserver/shostmassstorage/server/controller/tlogicalunitlist.cpp	Fri Apr 23 22:38:37 2010 +0100
+++ b/userlibandfileserver/fileserver/shostmassstorage/server/controller/tlogicalunitlist.cpp	Tue Apr 27 15:10:09 2010 +0100
@@ -1,4 +1,4 @@
-// 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 the License "Eclipse Public License v1.0"
@@ -124,3 +124,10 @@
     User::LeaveIfError(index);
     return *iLu[index];
     }
+
+
+CUsbHostMsLogicalUnit& TLogicalUnitList::GetLu(TInt aIndex) const
+    {
+    __MSFNSLOG
+    return *iLu[aIndex];
+    }