Fixed some doxygen comments.

git-svn-id: http://voip.null.ro/svn/yate@3015 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2010-01-11 00:24:17 +00:00
parent 32b89dede5
commit 89a427cb6e
1 changed files with 2 additions and 2 deletions

View File

@ -1065,7 +1065,7 @@ protected:
/**
* Set stream flag mask
* @param The mask to set
* @param mask The bit mask to set
*/
inline void setFlags(int mask) {
XDebug(this,DebugAll,"Setting flags 0x%X current=0x%X [%p]",mask,m_flags,this);
@ -1075,7 +1075,7 @@ protected:
/**
* Reset stream flag mask
* @param The mask to reset
* @param mask The bit mask to reset
*/
void resetFlags(int mask) {
XDebug(this,DebugAll,"Resetting flags 0x%X current=0x%X [%p]",mask,m_flags,this);