summaryrefslogtreecommitdiff
path: root/TAO/DevGuideExamples/AMH/amh_pch.h
blob: 1b4e8d1034823499cb2159a057eb7b0bd81f5a6c (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