Files
SingularityViewer/indra/newview/hipporestrequest.h
Beeks 5ce4286fd7 f
2010-08-22 15:14:30 -04:00

17 lines
212 B
C++

#ifndef __HIPPO_REST_REQTUEST_H__
#define __HIPPO_REST_REQTUEST_H__
#include <string>
class HippoRestRequest
{
public:
static int getBlocking(const std::string &url, std::string *result);
};
#endif