repo.or.cz
/
ACE_TAO.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #2216 from jwillemsen/jwi-cxxversionchecks
[ACE_TAO.git]
/
ACE
/
protocols
/
ace
/
INet
/
Response.cpp
blob
65cbc49c7ff07de84fa28f6109796fbfe5b32ada
1
#include
"ace/INet/Response.h"
2
3
4
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
5
6
namespace
ACE
7
{
8
namespace
INet
9
{
10
Response
::
Response
() {}
11
12
Response
::~
Response
() {}
13
14
}
15
}
16
17
ACE_END_VERSIONED_NAMESPACE_DECL