FOC/L4RE: Upstream revision 40

This commit is contained in:
Sebastian Sumpf
2013-01-11 17:00:47 +01:00
commit 808d228872
7744 changed files with 987172 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
// AUTOMATICALLY GENERATED -- DO NOT EDIT! -*- c++ -*-
#ifndef explicit_h
#define explicit_h
//
// INTERFACE definition follows
//
#line 2 "explicit.cpp"
class Foo
{
public:
#line 10 "explicit.cpp"
explicit Foo(int bar);
};
#endif // explicit_h