mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-30 13:47:10 +01:00
latest sources from main repository
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// PriorityEventTest.h
|
||||
//
|
||||
// $Id: //poco/Main/Foundation/testsuite/src/PriorityEventTest.h#8 $
|
||||
// $Id: //poco/Main/Foundation/testsuite/src/PriorityEventTest.h#9 $
|
||||
//
|
||||
// Definition of the PriorityEventTest class.
|
||||
//
|
||||
@@ -72,7 +72,11 @@ public:
|
||||
static CppUnit::Test* suite();
|
||||
|
||||
protected:
|
||||
static void onStaticSimple(const void* pSender, int& i);
|
||||
static void onStaticSimple2(void* pSender, int& i);
|
||||
static void onStaticSimple3(int& i);
|
||||
|
||||
void onSimpleNoSender(int& i);
|
||||
void onSimple(const void* pSender, int& i);
|
||||
void onSimpleOther(const void* pSender, int& i);
|
||||
void onConstSimple(const void* pSender, const int& i);
|
||||
|
||||
Reference in New Issue
Block a user