add a setter to change AgentList owner type

This commit is contained in:
Stephen Birarda 2013-07-01 13:35:58 -07:00
parent a78ae338db
commit e59dbfd99b

View file

@ -49,6 +49,7 @@ public:
AgentListIterator end() const;
char getOwnerType() const { return _ownerType; }
void setOwnerType(char ownerType) { _ownerType = ownerType; }
uint16_t getLastAgentID() const { return _lastAgentID; }
void increaseAgentID() { ++_lastAgentID; }