mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-29 20:42:56 +02:00
fix for extraneous typedefs and reference to AgentListIterator as friend
This commit is contained in:
parent
d2714e9321
commit
ccbbf31beb
2 changed files with 2 additions and 7 deletions
|
@ -39,11 +39,6 @@ public:
|
|||
static AgentList* getInstance();
|
||||
|
||||
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 end() const;
|
||||
|
@ -84,7 +79,7 @@ public:
|
|||
void startPingUnknownAgentsThread();
|
||||
void stopPingUnknownAgentsThread();
|
||||
|
||||
friend AgentListIterator;
|
||||
friend ::AgentListIterator;
|
||||
private:
|
||||
static AgentList* _sharedInstance;
|
||||
|
||||
|
|
Loading…
Reference in a new issue