summaryrefslogtreecommitdiff
path: root/ace/Strategies.h
blob: 7eb369f80071d3d792ba11f76d407c1d25659764 (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
30
31
32
33
// -*- C++ -*-

//=============================================================================
/**
 *  @file   Strategies.h
 *
 *  $Id$
 *
 *  @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*/