diff options
Diffstat (limited to 'externals/ace/UPIPE_Addr.h')
| -rw-r--r-- | externals/ace/UPIPE_Addr.h | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/externals/ace/UPIPE_Addr.h b/externals/ace/UPIPE_Addr.h deleted file mode 100644 index aaf33b683fa..00000000000 --- a/externals/ace/UPIPE_Addr.h +++ /dev/null @@ -1,33 +0,0 @@ -// -*- C++ -*- - -//============================================================================= -/** - * @file UPIPE_Addr.h - * - * $Id: UPIPE_Addr.h 80826 2008-03-04 14:51:23Z wotte $ - * - * @author Doug Schmidt - */ -//============================================================================= - - -#ifndef ACE_UPIPE_ADDR_H -#define ACE_UPIPE_ADDR_H - -#include /**/ "ace/pre.h" - -#include "ace/SPIPE_Addr.h" - -#if !defined (ACE_LACKS_PRAGMA_ONCE) -# pragma once -#endif /* ACE_LACKS_PRAGMA_ONCE */ - -ACE_BEGIN_VERSIONED_NAMESPACE_DECL - -typedef ACE_SPIPE_Addr ACE_UPIPE_Addr; - -ACE_END_VERSIONED_NAMESPACE_DECL - -#include /**/ "ace/post.h" - -#endif /* ACE_UPIPE_ADDR_H */ |
