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