#ifndef MIDDLEWARETYPES_H_ #define MIDDLEWARETYPES_H_ #include #include #include #include typedef std::vector vector_string_t; typedef std::map map_string_string_t; typedef std::set set_strings_t; #endif /* MIDDLEWARETYPES_H_ */