issue #2087: [dispatcher] New Dispatcher Test: Fixed priority. Adding include.

This commit is contained in:
James Chen 2013-09-16 15:43:48 +08:00
parent b3cade3be0
commit 7921b45090
1 changed files with 9 additions and 0 deletions

View File

@ -39,4 +39,13 @@ public:
virtual std::string subtitle();
};
class FixedPriorityChangedTest : public EventDispatcherTestDemo
{
public:
virtual void onEnter();
virtual std::string title();
virtual std::string subtitle();
};
#endif /* defined(__samples__NewEventDispatcherTest__) */