General discussion regarding the development of POCO for contributors.
by callcc » 29 Jan 2011, 13:51
- Code: Select all
Index: Foundation/src/URI.cpp
===================================================================
--- Foundation/src/URI.cpp (revision 1443)
+++ Foundation/src/URI.cpp (working copy)
@@ -647,6 +647,8 @@
return 389;
else if (_scheme == "https")
return 443;
+ else if (_scheme == "rtsp")
+ return 554;
else
return 0;
}
-
callcc
-
- Posts: 9
- Joined: 12 Apr 2010, 12:14
- Location: Russia
by guenter » 31 Jan 2011, 15:11
will be added to 1.4.1
-
guenter
-
- Posts: 1015
- Joined: 11 Jul 2006, 16:27
- Location: Austria
Return to Contributors
Who is online
Users browsing this forum: No registered users and 0 guests