summaryrefslogtreecommitdiff
path: root/ace/ace_poll.h
blob: 423e15b5c3905dc7878fa5da2de69047e22079c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/* -*- C++ -*- */

//=============================================================================
/**
 *  @file    ace_poll.h
 *
 *  $Id$
 *
 *  @author Douglas C. Schmidt (schmidt@cs.wustl.edu)
 *  @author etc
 */
//=============================================================================

#ifndef ACE_ACE_POLL_H
# define ACE_ACE_POLL_H
# include "ace/pre.h"

# include "ace/config-all.h"

# if !defined (ACE_LACKS_PRAGMA_ONCE)
#   pragma once
# endif /* ACE_LACKS_PRAGMA_ONCE */

// Only include if platform/compiler provide the header.
# if !defined (ACE_LACKS_POLL_H)
#   include /**/ <poll.h>
# endif /* !ACE_LACKS_POLL_H */

#endif /* ACE_ACE_POLL_H */