NETHost.cpp 134 B

123456789101112131415161718
  1. #include "NETHost.h"
  2. namespace Atomic
  3. {
  4. NETHost::NETHost(Context* context) :
  5. Object(context)
  6. {
  7. }
  8. NETHost::~NETHost()
  9. {
  10. }
  11. }