]> rtime.felk.cvut.cz Git - l4.git/blob - kernel/fiasco/tool/preprocess/test/verify/implement_default.h
Some minor fixes.
[l4.git] / kernel / fiasco / tool / preprocess / test / verify / implement_default.h
1 // AUTOMATICALLY GENERATED -- DO NOT EDIT!         -*- c++ -*-
2
3 #ifndef implement_default_h
4 #define implement_default_h
5
6 //
7 // INTERFACE definition follows 
8 //
9
10 #line 2 "implement_default.cpp"
11
12 class Test
13 {
14 public:
15   void warn_func1();
16   void warn_func2();
17   void func1();
18   void func2();
19   void defl();
20
21   // skip this as the test cannot deal with errors
22   // void err_func1();
23 };
24
25 #endif // implement_default_h