summaryrefslogtreecommitdiff
path: root/src/main/InteractionDetector.cc
blob: 667c14f0e8f49039cd2d612d2bea84ef25fcc981 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
 * InteractionDetector.cc
 *
 *  Created on: May 24, 2011
 *      Author: jakob
 */

#include "InteractionDetector.h"

namespace vhc {

InteractionDetector::InteractionDetector() {
	// TODO Auto-generated constructor stub

}

InteractionDetector::~InteractionDetector() {
	// TODO Auto-generated destructor stub
}

}