summaryrefslogtreecommitdiff
path: root/TAO/tao/BiDir_GIOP/BiDir_GIOP_pch.h
blob: 08fab95956628768cacc4ea555a71cdb3a6e8c31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// $Id$
#ifndef BIDIRGIOP_PCH_H
#define BIDIRGIOP_PCH_H

#if defined(ACE_USING_PCH)

#include "tao/PortableInterceptorC.h"
#include "tao/LocalObject.h"
#include "tao/corbafwd.h"

#include "tao/BiDir_Adapter.h"

#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */

#endif
#endif