mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-14 03:52:30 +00:00
chore(event): clean up function declarations
This commit is contained in:
parent
3ed95216a9
commit
4cc5b4b038
3 changed files with 18 additions and 18 deletions
|
|
@ -46,7 +46,7 @@ class EvtContext : public TSingletonInstanceId<EvtContext, offsetof(TInstanceId<
|
|||
uint32_t m_startWatchdog;
|
||||
|
||||
// Member functions
|
||||
EvtContext(uint32_t, uint32_t, uint32_t, void*, int32_t);
|
||||
EvtContext(uint32_t flags, uint32_t idleTime, uint32_t schedWeight, void* callContext, int32_t startWatchdog);
|
||||
};
|
||||
|
||||
class EvtContextQueue : public TSPriorityQueue<EvtContext> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue