Added a missing parameter to documentation generating comments.

git-svn-id: http://voip.null.ro/svn/yate@2506 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2009-03-02 18:56:47 +00:00
parent ec08dd849a
commit 485c05872c
1 changed files with 3 additions and 0 deletions

View File

@ -7682,6 +7682,7 @@ protected:
* @param outgoing The call direction
* @param callRef The call reference
* @param callRefLen The call reference length in bytes
* @param tei The Terminal Equipment Identifier used in this call
*/
ISDNQ931Call(ISDNQ931* controller, bool outgoing, u_int32_t callRef,
u_int8_t callRefLen, u_int8_t tei = 0);
@ -8118,6 +8119,7 @@ public:
/**
* Send a STATUS message for a given call
* @param call The call requesting the operation
* @param tei The TEI to send with the STATUS message
* @param cause Value for Cause IE
* @param display Optional value for Display IE
* @param diagnostic Optional value for cause diagnostic value
@ -8306,6 +8308,7 @@ protected:
* @param cause Value for Cause IE
* @param callRefLen The call reference length parameter.
* @param callRef The call reference
* @param tei The TEI to send with the STATUS message
* @param initiator True if this is from the call initiator
* @param state The state for CallState IE
* @param display Optional value for Display IE