another type squish in Agent header

This commit is contained in:
Stephen Birarda 2013-05-15 14:28:43 -07:00
parent 9b8fd55bb7
commit db0c1bdba1

View file

@ -55,7 +55,7 @@ public:
void activateLocalSocket();
AgentData* getLinkedData() const { return _linkedData; }
void setLinkedData(AgentData *linkedData) { _linkedData = linkedData; }
void setLinkedData(AgentData* linkedData) { _linkedData = linkedData; }
bool isAlive() const { return _isAlive; };
void setAlive(bool isAlive) { _isAlive = isAlive; };