Commit 702f92bf authored by rennoch's avatar rennoch
Browse files

removal of templates using superset with record-of

parent 2edf8b24
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -547,12 +547,6 @@ module LibSip_Templates
			privValueList := {p_privacy}
		};
				
		template Privacy mw_Privacy_without(PrivacyValue p_privacy) := 
		{
			fieldName := PRIVACY_E,
			privValueList := ?//superset(complement(p_privacy))
		};
				
		template RAck m_RAck(integer p_responseNum, integer p_seqNumber, charstring p_method) :=
		{
		  	fieldName := RACK_E,
@@ -725,11 +719,6 @@ module LibSip_Templates
			privValueList := {*,"id",*}
		};
		
		template Privacy mw_Privacy_notId := 
		{
			fieldName := PRIVACY_E,
			privValueList := ?//superset(complement("id"))
		};

		template Privacy mw_Privacy_user := 
		{