src/library/base/StringUtils.h
@@ -2,12 +2,13 @@ * StringUtils.h * * Created on: Apr 8, 2014 * Author: devel * */ #ifndef STRINGUTILS_H_ #define STRINGUTILS_H_ #include <string> #include <vector> namespace license { using namespace std; @@ -22,6 +23,14 @@ string toupper_copy(const string& lowercase); } /* namespace license */ time_t seconds_from_epoch(const char* s); /** * Split a string on a given character */ const vector<string> split_string(const string& licensePositions, const char splitchar); } /* namespace license */ #endif /* STRINGUTILS_H_ */