Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / DevGuideExamples / BiDirectionalGIOP / bidir_giop_pch.h
blobcc3b7dd664fae9d40980c435e95c789e3508279b
1 #ifndef BIDIR_GIOP_PCH_H
2 #define BIDIR_GIOP_PCH_H
4 // See the Devguide chapter on Getting Started With Visual C++ for
5 // more information on how to correctly use precompiled headers.
6 // Currently only Windows VC++ defines USING_PCH so this file
7 // is effectively empty for other platforms.
9 #ifdef USING_PCH
10 #include "tao/corba.h"
11 #include "tao/ORB_Core.h"
12 #include "tao/Stub.h"
13 #endif
15 #endif