00001 #ifndef INTERMEDIATE_H 00002 #define INTERMEDIATE_H 00003 00004 // @(#) $Id$ 00005 // 00006 // [Insert here the same copyright and license statement as presented above] 00007 00008 //@Include: Foo.h 00009 00017 00018 class Intermediate : public Foo, public NotDocified 00019 { 00020 }; 00021 #endif