blob: 02bc2c7f89f41d60e08c96dc3c6b8c4ed1a6a33d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
// $Id$
#ifndef TAO_SEQ_OUT_T_CPP
#define TAO_SEQ_OUT_T_CPP
#include "tao/Seq_Out_T.h"
#if !defined (__ACE_INLINE__)
#include "tao/Seq_Out_T.inl"
#endif /* __ACE_INLINE__ */
#endif /* TAO_SEQUENCE_OUT_T_CPP */
|