00001 // $Id: Response.cpp 90737 2010-06-21 09:46:14Z mcorino $ 00002 00003 #include "ace/INet/Response.h" 00004 00005 ACE_RCSID(NET_CLIENT,ACE_INet_Response,"$Id: Response.cpp 90737 2010-06-21 09:46:14Z mcorino $") 00006 00007 ACE_BEGIN_VERSIONED_NAMESPACE_DECL 00008 00009 namespace ACE 00010 { 00011 namespace INet 00012 { 00013 00014 Response::Response () {} 00015 00016 Response::~Response () {} 00017 00018 } 00019 } 00020 00021 ACE_END_VERSIONED_NAMESPACE_DECL