compilation fixes for VC6
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51188 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
// Purpose: Unit test for wxMessageQueue
|
||||
// Author: Evgeniy Tarassov
|
||||
// Created: 31/10/2007
|
||||
// RCS-ID: $Id:$
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2007 Evgeniy Tarassov
|
||||
// Licence: wxWindows licence
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
@@ -34,15 +34,15 @@ class QueueTestCase : public CppUnit::TestCase
|
||||
public:
|
||||
QueueTestCase() { }
|
||||
|
||||
private:
|
||||
typedef wxMessageQueue<int> Queue;
|
||||
|
||||
enum WaitTestType
|
||||
{
|
||||
WaitWithTimeout = 0,
|
||||
WaitInfinitlyLong
|
||||
};
|
||||
|
||||
private:
|
||||
typedef wxMessageQueue<int> Queue;
|
||||
|
||||
// This class represents a thread that waits (following WaitTestType type)
|
||||
// for exactly maxMsgCount messages from its message queue and if another
|
||||
// MyThread is specified, then every message received is posted
|
||||
|
Reference in New Issue
Block a user