void ProgrammableDevice_base::releaseObject() throw (CORBA::SystemException, CF::LifeCycle::ReleaseError)
{
    // This function clears the device running condition so main shuts down everything
    try {
        stop();
    } catch (CF::Resource::StopError& ex) {
        // TODO - this should probably be logged instead of ignored
    }

    // deactivate ports
    releaseInPorts();
    releaseOutPorts();


    ExecutableDevice_impl::releaseObject();
}
void file_descriptor_sink_i_base::releaseObject() throw (CORBA::SystemException, CF::LifeCycle::ReleaseError)
{
    // This function clears the component running condition so main shuts down everything
    try {
        stop();
    } catch (CF::Resource::StopError& ex) {
        // TODO - this should probably be logged instead of ignored
    }

    // deactivate ports
    releaseInPorts();
    releaseOutPorts();

    delete(long_in);

    Resource_impl::releaseObject();
}
void randomizer_base::releaseObject() throw (CORBA::SystemException, CF::LifeCycle::ReleaseError)
{
    // This function clears the component running condition so main shuts down everything
    try {
        stop();
    } catch (CF::Resource::StopError& ex) {
        // TODO - this should probably be logged instead of ignored
    }

    // deactivate ports
    releaseInPorts();
    releaseOutPorts();

    delete(atsc_mpeg_packet_in);
    delete(atsc_mpeg_packet_no_sync_out);

    Resource_impl::releaseObject();
}
void chunks_to_symbols_bf_base::releaseObject() throw (CORBA::SystemException, CF::LifeCycle::ReleaseError)
{
    // This function clears the component running condition so main shuts down everything
    try {
        stop();
    } catch (CF::Resource::StopError& ex) {
        // TODO - this should probably be logged instead of ignored
    }

    // deactivate ports
    releaseInPorts();
    releaseOutPorts();

    delete(byte_in);
    delete(float_out);

    Resource_impl::releaseObject();
}
void vector_sink_s_base::releaseObject() throw (CORBA::SystemException, CF::LifeCycle::ReleaseError)
{
    // This function clears the component running condition so main shuts down everything
    try {
        stop();
    } catch (CF::Resource::StopError& ex) {
        // TODO - this should probably be logged instead of ignored
    }

    // deactivate ports
    releaseInPorts();
    releaseOutPorts();

    delete(short_in);
 
    Resource_impl::releaseObject();
    LOG_TRACE( vector_sink_s_base, "COMPLETED RELEASE OBJECT" );
}
void field_sync_demux_base::releaseObject() throw (CORBA::SystemException, CF::LifeCycle::ReleaseError)
{
    // This function clears the component running condition so main shuts down everything
    try {
        stop();
    } catch (CF::Resource::StopError& ex) {
        // TODO - this should probably be logged instead of ignored
    }

    // deactivate ports
    releaseInPorts();
    releaseOutPorts();

    delete(float_in_0);
    delete(float_in_1);
    delete(atsc_soft_data_segment_out);

    Resource_impl::releaseObject();
}
void vector_to_streams_ss_4o_base::releaseObject() throw (CORBA::SystemException, CF::LifeCycle::ReleaseError)
{
    // This function clears the component running condition so main shuts down everything
    try {
        stop();
    } catch (CF::Resource::StopError& ex) {
        // TODO - this should probably be logged instead of ignored
    }

    // deactivate ports
    releaseInPorts();
    releaseOutPorts();

    delete(short_in);
    delete(short_out_0);
    delete(short_out_1);
    delete(short_out_2);
    delete(short_out_3);

    Resource_impl::releaseObject();
}
void USRP_UHD_base::releaseObject() throw (CORBA::SystemException, CF::LifeCycle::ReleaseError)
{
    // This function clears the component running condition so main shuts down everything
    try {
        stop();
    } catch (CF::Resource::StopError& ex) {
        // TODO - this should probably be logged instead of ignored
    }

    // deactivate ports
    releaseInPorts();
    releaseOutPorts();

    delete(DigitalTuner_in);
    delete(RFInfo_in);
    delete(dataShortComplex_in);
    delete(dataFloatComplex_in);
    delete(dataShort_out);

    Device_impl::releaseObject();
}
void fll_band_edge_cc_4o_base::releaseObject() throw (CORBA::SystemException, CF::LifeCycle::ReleaseError)
{
    // This function clears the component running condition so main shuts down everything
    try {
        stop();
    } catch (CF::Resource::StopError& ex) {
        // TODO - this should probably be logged instead of ignored
    }

    // deactivate ports
    releaseInPorts();
    releaseOutPorts();

    delete(data_complex_in);
    delete(data_complex_out);
    delete(data_frequency_out);
    delete(data_phase_out);
    delete(data_error_out);

    Resource_impl::releaseObject();
}
void pfb_synthesizer_ccf_5i_base::releaseObject() throw (CORBA::SystemException, CF::LifeCycle::ReleaseError)
{
    // This function clears the component running condition so main shuts down everything
    try {
        stop();
    } catch (CF::Resource::StopError& ex) {
        // TODO - this should probably be logged instead of ignored
    }

    // deactivate ports
    releaseInPorts();
    releaseOutPorts();

    delete(complex_in_0);
    delete(complex_in_1);
    delete(complex_in_2);
    delete(complex_in_3);
    delete(complex_in_4);
    delete(complex_out);

    Resource_impl::releaseObject();
}