]> rtime.felk.cvut.cz Git - l4.git/blob - kernel/fiasco/tool/preprocess/test/implement_default_err.cpp
Some minor fixes.
[l4.git] / kernel / fiasco / tool / preprocess / test / implement_default_err.cpp
1 INTERFACE:
2
3 class Test
4 {
5 public:
6   void err_func1();
7 };
8
9 IMPLEMENTATION:
10
11 IMPLEMENT_OVERRIDE void Test::err_func1() { /* this is the override */ }