boilerplate

This commit is contained in:
Glenn Maynard
2006-07-09 19:48:10 +00:00
parent 392753bc22
commit ffb0e0d930
@@ -48,6 +48,9 @@ struct UsbStorageDevice
/* The device is ready and usable. sName is filled in, if available. */
STATE_READY,
NUM_State,
State_INVALID
};
State m_State;
RString m_sError;