Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / DevGuideExamples / Multithreading / DynamicThreadPool / started_pch.h
blob79d1d739c01140c772c12e6818c40828d0af0920
1 #ifndef PCH_H
2 #define PCH_H
4 #ifdef USING_PCH
5 #include "tao/corba.h"
6 #include "tao/ORB_Core.h"
7 #include "tao/Stub.h"
8 #endif
10 #endif