aboutsummaryrefslogtreecommitdiff
path: root/dep/ACE_wrappers/ace/Strategies.h
blob: c57a08dba21c8d7a9782497116b6e36ef091ef10 (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
// -*- C++ -*-
//=============================================================================
/**
 *  @file   Strategies.h
 *
 *  $Id: Strategies.h 80826 2008-03-04 14:51:23Z wotte $
 *
 *  @author Douglas C. Schmidt <schmidt@cs.wustl.edu>
 */
//=============================================================================
#ifndef ACE_STRATEGIES_H
#define ACE_STRATEGIES_H
#include /**/ "ace/pre.h"
#include /**/ "ace/config-all.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
/// Place holder for backward compatibility..
#include "ace/Connection_Recycling_Strategy.h"
#include "ace/Hashable.h"
#include "ace/Notification_Strategy.h"
#include "ace/Reactor_Notification_Strategy.h"
#include "ace/Recyclable.h"
#include "ace/Refcountable.h"

#include /**/ "ace/post.h"
#endif /*ACE_STRATEGIES_H*/