summaryrefslogtreecommitdiff
path: root/ace/String_Conversion_T.cpp
blob: 046b9627cdf5b98b0a36015dcbbc2ae7b5383924 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* -*- C++ -*- */
// $Id$

#ifndef STRING_CONVERTER_T_CPP
#define STRING_CONVERTER_T_CPP

#include "config-lite.h"

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

#if !defined (__ACE_INLINE__)
#include "ace/String_Conversion_T.inl"
#endif /* __ACE_INLINE__ */

#endif  /* STRING_CONVERTER_T_CPP */