aboutsummaryrefslogtreecommitdiffstats
path: root/library/IPA_CodecPort_CtrlFunctDef.cc
diff options
context:
space:
mode:
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);
+ }
+
+
}