aboutsummaryrefslogtreecommitdiff
path: root/dep/ACE_wrappers/ace/Strategies.h
diff options
context:
space:
mode:
authormaximius <none@none>2009-10-17 15:51:44 -0700
committermaximius <none@none>2009-10-17 15:51:44 -0700
commite585187b248f48b3c6e9247b49fa07c6565d65e5 (patch)
tree637c5b7ddacf41040bef4ea4f75a97da64c6a9bc /dep/ACE_wrappers/ace/Strategies.h
parent26b5e033ffde3d161382fc9addbfa99738379641 (diff)
*Backed out changeset 3be01fb200a5
--HG-- branch : trunk
Diffstat (limited to 'dep/ACE_wrappers/ace/Strategies.h')
-rw-r--r--dep/ACE_wrappers/ace/Strategies.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/dep/ACE_wrappers/ace/Strategies.h b/dep/ACE_wrappers/ace/Strategies.h
index c57a08dba21..6ce48398f6e 100644
--- a/dep/ACE_wrappers/ace/Strategies.h
+++ b/dep/ACE_wrappers/ace/Strategies.h
@@ -1,4 +1,5 @@
// -*- C++ -*-
+
//=============================================================================
/**
* @file Strategies.h
@@ -8,13 +9,17 @@
* @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"
@@ -23,6 +28,7 @@
#include "ace/Recyclable.h"
#include "ace/Refcountable.h"
+
#include /**/ "ace/post.h"
#endif /*ACE_STRATEGIES_H*/