#include "WebClient.h" namespace Atomic { WebClient::WebClient(Context* context) : Object(context) { } WebClient::~WebClient() { } }