summaryrefslogtreecommitdiffstats
path: root/src/uscxml/plugins/ioprocessor/modality/MMIComponent.cpp
blob: c1e973b4929bc29e7c2995ebab64edac8864375a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include "MMIComponent.h"
//#include <glog/logging.h>

namespace uscxml {

MMIComponent::MMIComponent() {
}

MMIComponent::~MMIComponent() {
}

}