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


ACE_BEGIN_VERSIONED_NAMESPACE_DECL

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

    Request::~Request () {}

  }
}

ACE_END_VERSIONED_NAMESPACE_DECL