Loading LibIms_Templates.ttcn +8 −0 Original line number Diff line number Diff line Loading @@ -852,6 +852,14 @@ group CONFTemplates { template anyAttributes m_emptyAnyAttributes:={} template Users_type m_users_1user_full(template User_type p_user):={ state:=full, anyAttributes := m_emptyAnyAttributes, user:={p_user}, any_1:=omit } template Conference_info m_ci_cUri_nUsers_userEntity_active(template charstring p_cUri, template unsignedInt p_nUsers, template Users_type p_users ) := { entity := p_cUri, state := full, Loading Loading
LibIms_Templates.ttcn +8 −0 Original line number Diff line number Diff line Loading @@ -852,6 +852,14 @@ group CONFTemplates { template anyAttributes m_emptyAnyAttributes:={} template Users_type m_users_1user_full(template User_type p_user):={ state:=full, anyAttributes := m_emptyAnyAttributes, user:={p_user}, any_1:=omit } template Conference_info m_ci_cUri_nUsers_userEntity_active(template charstring p_cUri, template unsignedInt p_nUsers, template Users_type p_users ) := { entity := p_cUri, state := full, Loading