svc: Make ResetType an enum class
This commit is contained in:
parent
2f0a61debf
commit
12e92f17de
11 changed files with 23 additions and 24 deletions
|
@ -99,8 +99,8 @@ void Init() {
|
|||
transfer_shared_memory = nullptr;
|
||||
|
||||
// Create event handle(s)
|
||||
handle_event = Event::Create(RESETTYPE_ONESHOT, "IR:HandleEvent");
|
||||
conn_status_event = Event::Create(RESETTYPE_ONESHOT, "IR:ConnectionStatusEvent");
|
||||
handle_event = Event::Create(ResetType::OneShot, "IR:HandleEvent");
|
||||
conn_status_event = Event::Create(ResetType::OneShot, "IR:ConnectionStatusEvent");
|
||||
}
|
||||
|
||||
void Shutdown() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue