Merge pull request #147 from birarda/agentlist-array

fixes for broken build
This commit is contained in:
birarda 2013-04-25 17:10:35 -07:00
commit a55b201d13
2 changed files with 2 additions and 7 deletions

View file

@ -39,11 +39,6 @@ public:
static AgentList* getInstance(); static AgentList* getInstance();
typedef AgentListIterator iterator; typedef AgentListIterator iterator;
typedef ptrdiff_t difference_type;
typedef size_t size_type;
typedef Agent value_type;
typedef Agent * pointer;
typedef Agent & reference;
AgentListIterator begin() const; AgentListIterator begin() const;
AgentListIterator end() const; AgentListIterator end() const;
@ -84,7 +79,7 @@ public:
void startPingUnknownAgentsThread(); void startPingUnknownAgentsThread();
void stopPingUnknownAgentsThread(); void stopPingUnknownAgentsThread();
friend AgentListIterator; friend ::AgentListIterator;
private: private:
static AgentList* _sharedInstance; static AgentList* _sharedInstance;