blob: 7243a93e009a4d69c0cf6c1070e487468469f1db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
// This may look like C, but it's really -*- C++ -*-
// $Id$
// ===========================================================================
//
// = LIBRARY
// TAO
//
// = AUTHOR
// Chad Elliott <elliott_c@ociweb.com>
//
// ===========================================================================
#include "tao/Bind_Dispatcher_Guard.h"
#if !defined (__ACE_INLINE__)
# include "tao/Bind_Dispatcher_Guard.i"
#endif /* ! __ACE_INLINE__ */
|