userlibandfileserver/fileserver/shostmassstorage/server/protocol/include/cscsiprotocol.h
changeset 139 95f71bcdcdb7
parent 102 ef2a444a7410
equal deleted inserted replaced
109:b3a1d9898418 139:95f71bcdcdb7
    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