mummy  1.0.3
MummyDummyGenerator.h
Go to the documentation of this file.
1 //----------------------------------------------------------------------------
2 // MummyDummyGenerator.h
3 //
4 // Author(s) : David Cole
5 //
6 // Copyright (C) 2006-2008 Kitware, Inc.
7 //----------------------------------------------------------------------------
8 
9 #ifndef _MummyDummyGenerator_h_
10 #define _MummyDummyGenerator_h_
11 
12 #include "MummyGenerator.h" // parent class
13 
14 //----------------------------------------------------------------------------
20 {
21 public:
23  virtual ~MummyDummyGenerator();
24  virtual bool GenerateWrappers();
25 };
26 
27 #endif