summaryrefslogtreecommitdiff
path: root/ace/ARGV.cpp
blob: 97a3cd7ae1a0914137f4a1f48be4d6d30d829a5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// $Id$

// Transforms a string BUF into an ARGV-style vector of strings.

#include "ace/ARGV.h"

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

// Open versioned namespace, if enabled by the user.
ACE_BEGIN_VERSIONED_NAMESPACE_DECL

ACE_RCSID(ace, ARGV, "$Id$")

#if !defined (__ACE_INLINE__)
template class ACE_TARGV<ACE_TCHAR>;
#endif /* __ACE_INLINE__ */


// Close versioned namespace, if enabled by the user.
ACE_END_VERSIONED_NAMESPACE_DECL