BaseStandardPackage.hh

Go to the documentation of this file.
00001 #ifndef BASE_STANDARD_PACKAGE_HH
00002 #define BASE_STANDARD_PACKAGE_HH
00003 
00004 #include "StandardPackage.hh"
00005 #include "IIRBase_PackageDeclaration.hh"
00006 
00007 class BaseStandardPackage : public virtual StandardPackage,
00008                             public virtual IIRBase_PackageDeclaration {
00009 public:
00010   IIR *convert_tree(plugin_class_factory *factory);
00011 
00012 protected:
00013   BaseStandardPackage(){}
00014   virtual ~BaseStandardPackage(){}
00015 };
00016 
00017 #endif

Generated on Fri Mar 31 11:04:13 2006 for Savant by  doxygen 1.4.6