23 lines
284 B
C++
23 lines
284 B
C++
// AUTOMATICALLY GENERATED -- DO NOT EDIT! -*- c++ -*-
|
|
|
|
#ifndef interface_h
|
|
#define interface_h
|
|
|
|
//
|
|
// INTERFACE definition follows
|
|
//
|
|
|
|
#line 2 "interface.cpp"
|
|
|
|
// This is class Foo.
|
|
class Foo
|
|
{
|
|
|
|
public:
|
|
#line 11 "interface.cpp"
|
|
void
|
|
func1();
|
|
};
|
|
|
|
#endif // interface_h
|