userlibandfileserver/fileserver/shostmassstorage/server/controller/include/tlogicalunitlist.h
changeset 139 95f71bcdcdb7
parent 0 a41df078684a
--- a/userlibandfileserver/fileserver/shostmassstorage/server/controller/include/tlogicalunitlist.h	Fri May 14 17:13:29 2010 +0300
+++ b/userlibandfileserver/fileserver/shostmassstorage/server/controller/include/tlogicalunitlist.h	Thu May 27 14:17:14 2010 +0300
@@ -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"
@@ -29,9 +29,10 @@
     void RemoveLuL(TLun aLun);
     void RemoveAllLuL();
     CUsbHostMsLogicalUnit& GetLuL(TLun aLun) const;
-    TInt FindLu(TLun aLun) const;
+    CUsbHostMsLogicalUnit& GetLu(TInt aIndex) const;
 	TInt Count() const;
 private:
+    TInt FindLu(TLun aLun) const;
     RPointerArray<CUsbHostMsLogicalUnit> iLu;
     };