wallclock is now retrieved using global::wallclock() call.

This is necessary to avoid global variable initialization order
problem.
This commit is contained in:
Tatsuhiro Tsujikawa 2011-08-10 01:17:28 +09:00
parent 97f34ab668
commit e8e3a6f259
48 changed files with 181 additions and 136 deletions

View file

@ -35,7 +35,7 @@ public:
void setUp()
{
peerStorage_.reset(new MockPeerStorage());
global::wallclock.reset();
global::wallclock().reset();
}
void testGetExtensionMessageID();