mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 08:47:17 +01:00
Forgot to commit the header with the new changes to the basic event type.
This commit is contained in:
parent
4927e4e5a4
commit
908ddbe30f
@ -19,7 +19,7 @@ class BasicEvent
|
|||||||
protected:
|
protected:
|
||||||
|
|
||||||
// --------------------------------------------------------------------------------------------
|
// --------------------------------------------------------------------------------------------
|
||||||
typedef std::chrono::time_point<std::chrono::steady_clock> TimePoint;
|
typedef std::chrono::time_point< std::chrono::steady_clock > TimePoint;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
@ -749,12 +749,12 @@ protected:
|
|||||||
/* --------------------------------------------------------------------------------------------
|
/* --------------------------------------------------------------------------------------------
|
||||||
* ...
|
* ...
|
||||||
*/
|
*/
|
||||||
void Attach(EventType evt) noexcept;
|
void Attach() noexcept;
|
||||||
|
|
||||||
/* --------------------------------------------------------------------------------------------
|
/* --------------------------------------------------------------------------------------------
|
||||||
* ...
|
* ...
|
||||||
*/
|
*/
|
||||||
void Detach(EventType evt) noexcept;
|
void Detach() noexcept;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user