Removed DISALLOW_* macros from the system_wrappers interface files.
Review URL: http://webrtc-codereview.appspot.com/69003 git-svn-id: http://webrtc.googlecode.com/svn/trunk@206 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
15f232f3e7
commit
fe176fa45a
@ -34,7 +34,6 @@ protected:
|
||||
private:
|
||||
const void* item_ptr_;
|
||||
const unsigned int item_;
|
||||
DISALLOW_COPY_AND_ASSIGN(ListItem);
|
||||
};
|
||||
|
||||
class ListWrapper
|
||||
@ -102,7 +101,6 @@ private:
|
||||
ListItem* first_;
|
||||
ListItem* last_;
|
||||
unsigned int size_;
|
||||
DISALLOW_COPY_AND_ASSIGN(ListWrapper);
|
||||
};
|
||||
} //namespace webrtc
|
||||
|
||||
|
@ -31,7 +31,6 @@ public:
|
||||
private:
|
||||
int item_id_;
|
||||
void* item_pointer_;
|
||||
DISALLOW_COPY_AND_ASSIGN(MapItem);
|
||||
};
|
||||
|
||||
class MapWrapper
|
||||
@ -70,7 +69,6 @@ public:
|
||||
|
||||
private:
|
||||
std::map<int, MapItem*> map_;
|
||||
DISALLOW_COPY_AND_ASSIGN(MapWrapper);
|
||||
};
|
||||
} // namespace webrtc
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user