aboutsummaryrefslogtreecommitdiffstats
path: root/library/IPA_CodecPort_CtrlFunctDef.cc
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-11-29 11:46:24 +0100
committerHarald Welte <laforge@gnumonks.org>2017-11-29 11:46:24 +0100
commit26595451b33ff8a07d7dc2f267952ef6211ed7fe (patch)
tree01aa4260748159a7f3e04a26bc8fc959a8f7c947 /library/IPA_CodecPort_CtrlFunctDef.cc
parent92e9816df8a82e989f33c08920d0072758f3516a (diff)
IPA_CodecPort: Wrap f_IPL4_setGetMsgLen function
Diffstat (limited to 'library/IPA_CodecPort_CtrlFunctDef.cc')
-rw-r--r--library/IPA_CodecPort_CtrlFunctDef.cc12
1 files changed, 11 insertions, 1 deletions
diff --git a/library/IPA_CodecPort_CtrlFunctDef.cc b/library/IPA_CodecPort_CtrlFunctDef.cc
index 6d47305f..fa840876 100644
--- a/library/IPA_CodecPort_CtrlFunctDef.cc
+++ b/library/IPA_CodecPort_CtrlFunctDef.cc
@@ -51,6 +51,16 @@ namespace IPA__CodecPort__CtrlFunct {
{
return f__IPL4__PROVIDER__getUserData(portRef, connId, userData);
}
-
+
+ void f__IPL4__setGetMsgLen(
+ IPA__CodecPort::IPA__CODEC__PT& portRef,
+ const IPL4asp__Types::ConnectionId& connId,
+ Socket__API__Definitions::f__getMsgLen& f,
+ const Socket__API__Definitions::ro__integer& msgLenArgs)
+ {
+ return f__IPL4__PROVIDER__setGetMsgLen(portRef, connId, f, msgLenArgs);
+ }
+
+
}