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

#ifndef TAO_TYPECODE_VALUE_FIELD_CPP
#define TAO_TYPECODE_VALUE_FIELD_CPP

#include "TypeCode_Value_Field.h"

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


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

#endif  /* TAO_TYPECODE_VALUE_FIELD_CPP */