summaryrefslogtreecommitdiff
path: root/TAO/tao/TypeCode/TypeCode_Field.cpp
blob: 283d01c57a206842921392520615fe9fc3363736 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// $Id$

#ifndef TAO_TYPECODE_FIELD_CPP
#define TAO_TYPECODE_FIELD_CPP

#include "TypeCode_Field.h"

#ifndef __ACE_INLINE__
# include "tao/TypeCode_Field.inl"
#endif /* __ACE_INLINE__ */


template <typename STRING_TYPE>
char const *
TAO::TypeCode::Field<STRING_TYPE>::~Field (void)
{
  if (this->type)
    CORBA::release (*type);
}

#endif  /* TAO_TYPECODE_FIELD_CPP */