summaryrefslogtreecommitdiff
path: root/TAO/DevGuideExamples/BiDirectionalGIOP/bidir_giop_pch.h
blob: cc3b7dd664fae9d40980c435e95c789e3508279b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef BIDIR_GIOP_PCH_H
#define BIDIR_GIOP_PCH_H

// See the Devguide chapter on Getting Started With Visual C++ for
// more information on how to correctly use precompiled headers.
// Currently only Windows VC++ defines USING_PCH so this file
// is effectively empty for other platforms.

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

#endif