/[projects]/smsdaemon/util.cpp
ViewVC logotype

Diff of /smsdaemon/util.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 58 by torben, Wed Jun 11 10:21:47 2008 UTC revision 59 by torben, Wed Jun 11 19:42:24 2008 UTC
# Line 121  namespace Util Line 121  namespace Util
121          }          }
122    
123    
124            string str_formatint(int i)
125            {
126                    std::ostringstream os;
127                    os << i;
128                    return os.str();
129            }
130    
131    
132          string str_characters(string str)          string str_characters(string str)
133          {          {
134                  string rep;                  string rep;

Legend:
Removed from v.58  
changed lines
  Added in v.59

  ViewVC Help
Powered by ViewVC 1.1.20