Exemple #1
0
//  ============================================================================
string CGtfRecord::x_FeatureToNote(
    CMappedFeat mapped_feature )
//  ============================================================================
{
    if ( mapped_feature.IsSetComment() ) {
        return mapped_feature.GetComment();
    }
    return "";
}