]> rtime.felk.cvut.cz Git - l4.git/blob - tools/preprocess/test/verify/drop_multi1.h
Inital import
[l4.git] / tools / preprocess / test / verify / drop_multi1.h
1 // AUTOMATICALLY GENERATED -- DO NOT EDIT!         -*- c++ -*-
2
3 #ifndef drop_multi1_h
4 #define drop_multi1_h
5
6 //
7 // INTERFACE definition follows 
8 //
9
10 #line 2 "dropsection.cpp"
11
12 class Gen_foo
13 {
14 public:
15   int baz;
16
17 protected:
18   int foo( int );
19   
20
21 public:  
22 #line 21 "dropsection.cpp"
23   void
24   bar( unsigned x );
25   
26 #line 54 "dropsection.cpp"
27   int
28   tust( int y );
29 };
30 #line 12 "dropsection.cpp"
31
32 class Gen_foo_ext : private Gen_foo, public Ixdebix
33 {
34 protected:
35   unsigned stuff;
36
37 public:  
38 #line 27 "dropsection.cpp"
39   void 
40   test();
41 };
42
43 #endif // drop_multi1_h