Added missing parameter documentation.

git-svn-id: http://voip.null.ro/svn/yate@1061 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2006-09-27 10:16:29 +00:00
parent b62be0f833
commit 5849ff1eaf
1 changed files with 1 additions and 0 deletions

View File

@ -4111,6 +4111,7 @@ public:
/**
* Removes a packet filter and optionally destroys it
* @param filter Pointer to the packet filter to remove from socket
* @param delobj Set to true to also delete the filter
*/
void removeFilter(SocketFilter* filter, bool delobj = false);