NEOCCA bindings Specification  0.2.8
NeoMain.hh
Go to the documentation of this file.
00001 #ifndef neomain_hh_seen
00002 #define neomain_hh_seen
00003 
00011 class NeoMain {
00012 public:
00013         virtual ~NeoMain() {}
00014         virtual void driverBody(neo::cca::AbstractFramework *af) = 0;
00015 };
00016 
00017 #endif // neomain_hh_seen