Subversion Repositories gelsvn

Rev

Rev 375 | Rev 510 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 375 Rev 448
Line 1... Line 1...
1
#ifndef STRING_UTILS_H
1
#ifndef __UTIL_STRING_UTILS_H
2
#define STRING_UTILS_H
2
#define __UTIL_STRING_UTILS_H
3
 
3
 
4
namespace Util
4
namespace Util
5
{
5
{
6
  std::string trim(const std::string& s, const std::string& wspaces);
6
  std::string trim(const std::string& s, const std::string& wspaces);
7
  std::string trim(const std::string& s);
7
  std::string trim(const std::string& s);