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

Diff of /smsdaemon/Util.cpp

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

revision 186 by torben, Mon Dec 15 09:27:56 2008 UTC revision 193 by torben, Wed Dec 17 23:43:26 2008 UTC
# Line 280  namespace Util Line 280  namespace Util
280                  return str;                  return str;
281          }          }
282    
283            /* deprecated, use HttpClient instead
284          string readUrl(string url, string tempfile)          string readUrl(string url, string tempfile)
285          {          {
286                  char buf[128000];                  char buf[128000];
# Line 314  namespace Util Line 315  namespace Util
315                  unlink(tempfile.c_str());                  unlink(tempfile.c_str());
316    
317                  return document;                  return document;
318          }          }*/
319    
320    
321    

Legend:
Removed from v.186  
changed lines
  Added in v.193

  ViewVC Help
Powered by ViewVC 1.1.20