summaryrefslogtreecommitdiff
path: root/TAO/tao/TypeCode_Struct_Field.cpp
blob: 009ab6d1c4de259f33c6f814bd417afbe99b9474 (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_STRUCT_FIELD_CPP
#define TAO_TYPECODE_STRUCT_FIELD_CPP

#include "TypeCode_Struct_Field.h"

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


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

#endif  /* TAO_TYPECODE_STRUCT_FIELD_CPP */