Merge pull request #2216 from jwillemsen/jwi-cxxversionchecks
[ACE_TAO.git] / ACE / protocols / ace / INet / Request.h
blob947cb71dea320d330efba23f00680c9787384c60
1 /**
2 * @file Request.h
4 * @author Martin Corino <mcorino@remedy.nl>
5 */
7 #ifndef ACE_INET_REQUEST_H
8 #define ACE_INET_REQUEST_H
10 #include /**/ "ace/pre.h"
12 #include "ace/INet/INet_Export.h"
14 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
16 namespace ACE
18 namespace INet
20 /**
21 * @class ACE_INet_Request
23 * @brief Base class for requests.
26 class ACE_INET_Export Request
28 public:
29 Request ();
30 virtual ~Request ();
35 ACE_END_VERSIONED_NAMESPACE_DECL
37 #include /**/ "ace/post.h"
38 #endif /* ACE_INET_REQUEST_H */