summaryrefslogtreecommitdiffstats
path: root/src/uscxml/plugins/ioprocessor/modality/MMIInvokerImpl.h
blob: 45e316f72c122acdd71df2fb78d917d4e79ecd42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef MMIINVOKER_H_612CXWUU
#define MMIINVOKER_H_612CXWUU

#include "MMIComponent.h"

namespace uscxml {
	
class MMIInvokerImpl : public virtual InvokerImpl, public MMIIOProcessor {
};

}
#endif /* end of include guard: MMIINVOKER_H_612CXWUU */