summaryrefslogtreecommitdiff
path: root/ACE/protocols/ace/INet/Response.cpp
blob: 65cbc49c7ff07de84fa28f6109796fbfe5b32ada (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#include "ace/INet/Response.h"


ACE_BEGIN_VERSIONED_NAMESPACE_DECL

namespace ACE
{
  namespace INet
  {
    Response::Response () {}

    Response::~Response () {}

  }
}

ACE_END_VERSIONED_NAMESPACE_DECL