summaryrefslogtreecommitdiff
path: root/TAO/tao/IORInterceptor/IORInterceptor.h
blob: 802055759e9716209e6f8cdfe181c8db80a42057 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* -*- C++ -*- */

//=============================================================================
/**
 *  @file    IORInterceptor.h
 *
 *  $Id$
 *
 *  @author Bala Natarajan <bala@dre.vanderbilt.edu>
 */
//=============================================================================
#ifndef TAO_IORINTERCEPTOR_IORINTERCEPTOR_H
#define TAO_IORINTERCEPTOR_IORINTERCEPTOR_H
#include /**/ "ace/pre.h"

#include "tao/IORInterceptor/IORInterceptor_Adapter_Factory_Impl.h"

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

#include /**/ "ace/post.h"
#endif /*TAO_IORINTERCEPTOR_IORINTERCEPTOR_H*/