#include "wvurl.h"
#include "strutils.h"
Go to the source code of this file.
Functions | |
| int | get_default_port (WvString proto) |
| bool | protocol_uses_slashes (WvString proto) |
Variables | |
| DefaultPort | portmap [] |
|
|
Definition at line 34 of file wvurl.cc. References portmap. Referenced by WvUrl::WvUrl(). |
|
|
Definition at line 48 of file wvurl.cc. References portmap. Referenced by WvUrl::operator WvString(), and WvUrl::WvUrl(). |
|
|
Initial value: {
{ "exchangeits", 7070, false },
{ "exchangeit", 6969, false },
{ "https", 443, true },
{ "http", 80, true },
{ "sip", 5060, false },
{ "ftp", 21, true },
{ NULL, 0 }
}
Definition at line 23 of file wvurl.cc. Referenced by get_default_port(), and protocol_uses_slashes(). |
1.3.6-20040222