mirror of
https://github.com/overte-org/overte.git
synced 2025-04-26 01:16:35 +02:00
Merge pull request #147 from birarda/agentlist-array
fixes for broken build
This commit is contained in:
commit
a55b201d13
2 changed files with 2 additions and 7 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue