summaryrefslogtreecommitdiff
path: root/TAO/DevGuideExamples/AMH/amh_pch.h
blob: 79d1d739c01140c772c12e6818c40828d0af0920 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef PCH_H
#define PCH_H

#ifdef USING_PCH
#include "tao/corba.h"
#include "tao/ORB_Core.h"
#include "tao/Stub.h"
#endif

#endif