CppELib 1.7.0
Loading...
Searching...
No Matches
TestDoubleOSWrapper.h
Go to the documentation of this file.
1#ifndef TEST_DOUBLE_OS_WRAPPER_H_INCLUDED
2#define TEST_DOUBLE_OS_WRAPPER_H_INCLUDED
3
4namespace TestDoubleOSWrapper {
5
6void init();
7
8}
9
10#endif // TEST_DOUBLE_OS_WRAPPER_H_INCLUDED
Implementation of OSWrapper for Test Double.
Definition TestDoubleEventFlagFactory.h:7
void init()
Initialize the TestDoubleOSWrapper.
Definition TestDoubleOSWrapper.cpp:35