Files
azerothcore-wotlk/deps/acelite/ace/UPIPE_Addr.h
Yehonal f06f32849f Directory Structure [step 1]: moving files
working on #672

NOTE: This commit can't be compiled!!
2017-10-12 20:00:52 +02:00

32 lines
602 B
C++

// -*- C++ -*-
//=============================================================================
/**
* @file UPIPE_Addr.h
*
* @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 */