summaryrefslogtreecommitdiff
path: root/TAO/DevGuideExamples/GettingStarted/started_pch.h
blob: fe6d262808386170516145b611343c818c37c6d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// $Id$

#ifndef PCH_H
#define PCH_H

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

#endif