ChannelElementBase::~ChannelElementBase()
{
  ORO_ATOMIC_CLEANUP(&refcount);
}
Exemple #2
0
 ~AtomicInt()
 {
     ORO_ATOMIC_CLEANUP( &_val );
 }