server/dep/ACE_wrappers/ace/UPIPE_Addr.h

33 lines
662 B
C++

// -*- 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 */