userlibandfileserver/fileserver/shostmassstorage/server/controller/include/cusbhostmsdevice.h
branchRCL_3
changeset 97 41f0cfe18c80
parent 31 56f325a607ea
equal deleted inserted replaced
89:1df514389a47 97:41f0cfe18c80
     1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of the License "Eclipse Public License v1.0"
     4 // under the terms of the License "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    39 	TInt AddLunL(TLun aLun);
    39 	TInt AddLunL(TLun aLun);
    40 	void RemoveLunL(TLun aLun);
    40 	void RemoveLunL(TLun aLun);
    41 	TLun GetAndSetLunL(const RMessage2& aMessage);
    41 	TLun GetAndSetLunL(const RMessage2& aMessage);
    42     CUsbHostMsLogicalUnit& GetLuL(TInt aLunNum) const;
    42     CUsbHostMsLogicalUnit& GetLuL(TInt aLunNum) const;
    43 
    43 
    44 	void SetLunL(TLun aLun);
    44     void SetLunL(CUsbHostMsLogicalUnit& aLu);
       
    45 	CUsbHostMsLogicalUnit& SetLunL(TLun aLun);
    45 	void SetMaxLun(TLun aMaxLun);
    46 	void SetMaxLun(TLun aMaxLun);
    46 	TLun GetMaxLun() const;
    47 	TLun GetMaxLun() const;
    47 
    48 
    48 	TBool IsReady() const;
    49 	TBool IsReady() const;
    49 	TBool IsSuspended() const;
    50 	TBool IsSuspended() const;