virtual void readFromStream(std::istream &aStream)
Read a ClientListItem from an input stream.
virtual void readFromStream(std::istream &aStream)
Read a ClientListItem from an input stream.
StopListItem()
Constructor.
void setCurrentName(CString aName)
Set the current name of the stop.
CString mCurrentName
The last name acknowledged by the client.
void setParent(FileBackedMap< StopListItem > *aParent)
Set the parent.
Stores the name associated with a list item that is sent to the client.
uint16 stop_status_status_type
Enumeration for Stop Status protocol.
void setStopStatus(stop_status_status_type aStatus)
Set the stop status.
stop_status_status_type getStopStatus() const
Get the stop status.
FileBackedMap< StopListItem > * mParent
The map that this item belongs to, or NULL if none.
stop_status_status_type mStopStatus
The last known stop status for this stop.