Macros

Line Code
1 2 3 4 5 6 7 8 9 10 11 12
#ifndef CondCore_CondDB_WebUtils_h
#define CondCore_CondDB_WebUtils_h

#include <string>

namespace cond {

  unsigned long httpGet(const std::string& urlString, std::string& info);

}

#endif