aboutsummaryrefslogtreecommitdiff
path: root/src/plattform_guard.h
blob: f6abcba85b4e6cf3fed7a20677003fc7e3171604 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef INPUTXSLT_SRC_PLATTFORM_GUARD_H_
#define INPUTXSLT_SRC_PLATTFORM_GUARD_H_

#include <string>
#include <vector>

namespace InputXSLT {

struct PlattformGuard {
	PlattformGuard(const std::vector<std::string>&);
	~PlattformGuard();
};

}

#endif  // INPUTXSLT_SRC_PLATTFORM_GUARD_H_