userlibandfileserver/fileserver/shostmassstorage/server/protocol/include/cscsiprotocol.h
branchRCL_3
changeset 110 c734af59ce98
parent 87 2f92ad2dc5db
equal deleted inserted replaced
97:41f0cfe18c80 110:c734af59ce98
    83     void GetCapacityL(TCapsInfo& aCapsInfo);
    83     void GetCapacityL(TCapsInfo& aCapsInfo);
    84 
    84 
    85     // unit testing
    85     // unit testing
    86     void CreateSbcInterfaceL(TUint32 aBlockLen, TUint32 aLastLba);
    86     void CreateSbcInterfaceL(TUint32 aBlockLen, TUint32 aLastLba);
    87 
    87 
    88 	void DoScsiReadyCheckEventL();
    88 	TBool DoScsiReadyCheckEventL();
    89 
    89 
    90 	void NotifyChange(const RMessage2& aMessage);
    90 	void NotifyChange(const RMessage2& aMessage);
    91     void ForceCompleteNotifyChangeL();
    91     void ForceCompleteNotifyChangeL();
    92     void CancelChangeNotifierL();
    92     void CancelChangeNotifierL();
    93 
    93