summaryrefslogtreecommitdiff
path: root/ACE/protocols/ace/INet/Response.cpp
blob: 86adb4bc74feb8788b9ec4b08a8510267a9351fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// $Id$

#include "ace/INet/Response.h"

ACE_RCSID(NET_CLIENT,ACE_INet_Response,"$Id$")

ACE_BEGIN_VERSIONED_NAMESPACE_DECL

namespace ACE
{
  namespace INet
  {

    Response::Response () {}

    Response::~Response () {}

  }
}

ACE_END_VERSIONED_NAMESPACE_DECL