CppELib 1.7.0
Loading...
Searching...
No Matches
WindowsOSWrapper.h
Go to the documentation of this file.
1#ifndef WINDOWS_OS_WRAPPER_H_INCLUDED
2#define WINDOWS_OS_WRAPPER_H_INCLUDED
3
4namespace WindowsOSWrapper {
5
6void init(int lowestPriority, int highestPriority);
7
8}
9
10#endif // WINDOWS_OS_WRAPPER_H_INCLUDED
Implementation of OSWrapper for Windows platform.
Definition WindowsEventFlagFactory.h:6
void init(int lowestPriority, int highestPriority)
Initialize the WindowsOSWrapper.
Definition WindowsOSWrapper.cpp:32