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,22 @@
INTERFACE [ext]:
EXTENSION class Gen_foo : public Gen_bar
{
public:
int extra_var;
};
EXTENSION class Gen_foo_ext : public Gen_baz
{
private:
char *extension;
};
IMPLEMENTATION [ext]:
PRIVATE int
Gen_foo::do_something_private()
{
// just do it
}