GitHub Actions: Try MSVC builds with /std:c++17 and 20
[ACE_TAO.git] / ACE / ace / UPIPE_Addr.h
blobeb331b0b11cc9a8c6a98f8ab30dbf6284a32d0b9
1 // -*- C++ -*-
3 //=============================================================================
4 /**
5 * @file UPIPE_Addr.h
7 * @author Doug Schmidt
8 */
9 //=============================================================================
12 #ifndef ACE_UPIPE_ADDR_H
13 #define ACE_UPIPE_ADDR_H
15 #include /**/ "ace/pre.h"
17 #include "ace/SPIPE_Addr.h"
19 #if !defined (ACE_LACKS_PRAGMA_ONCE)
20 # pragma once
21 #endif /* ACE_LACKS_PRAGMA_ONCE */
23 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
25 typedef ACE_SPIPE_Addr ACE_UPIPE_Addr;
27 ACE_END_VERSIONED_NAMESPACE_DECL
29 #include /**/ "ace/post.h"
31 #endif /* ACE_UPIPE_ADDR_H */