summaryrefslogtreecommitdiff
path: root/src/main/Interactor.cc
blob: 9808b6911519fd49364cf1e5d39188dba41f4959 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * Interactor.cc
 *
 *  Created on: May 26, 2011
 *      Author: jakob
 */

#include "Interactor.h"

namespace vhc {

Interactor::Interactor() {}

Interactor::~Interactor() {}

}