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

#include "SAP.h"

namespace vhc {

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

}

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

}