Correct feature names
[ACE_TAO.git] / ACE / ace / post.h
blobbea9b56ef596b4df92ca452fdb4ab19d29504daa
1 // -*- C++ -*-
3 //=============================================================================
4 /**
5 * @file post.h
7 * @author Christopher Kohlhoff <chris@kohlhoff.com>
9 * This file restores the original alignment rules.
11 //=============================================================================
13 // No header guard
14 #if defined (_MSC_VER)
15 # pragma pack (pop)
16 #elif defined (__BORLANDC__)
17 # pragma option pop
18 # if (__BORLANDC__ >= 0x660) && (__BORLANDC__ <= 0x730)
19 # pragma option pop
20 # endif
21 # pragma nopushoptwarn
22 # pragma nopackwarning
23 #endif