emcPatch.h

Go to the documentation of this file.
00001 #ifndef __emcPatch_h__
00002 #define __emcPatch_h__
00003 
00004 #include "EMCModule.h"
00005 
00009 class emcPatch : public EMCModule
00010 {
00011 public:
00012   emcPatch();
00013   virtual ~emcPatch();
00014 
00015   PHBoolean event(PHCompositeNode *);
00016 };
00017 #endif