summaryrefslogtreecommitdiff
path: root/ace/Arg_Shifter.cpp
blob: f29f2522ca7fb73e5d5edd6e6d7546b95bc92741 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include "ace/Arg_Shifter.h"

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


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

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