move tribool obj into request_parser

This commit is contained in:
karenzshea
2016-01-28 18:43:19 -05:00
committed by Patrick Niklaus
parent efee07e20b
commit 262cdd7bc0
4 changed files with 80 additions and 93 deletions
-17
View File
@@ -1,17 +0,0 @@
#ifndef TRIBOOL_HPP
#define TRIBOOL_HPP
namespace osrm
{
namespace util
{
enum class tribool : char
{
yes,
no,
indeterminate
};
}
}
#endif // TRIBOOL_HPP