/cpw/tomkiewicz/http: 51b479bcf51a: Get rid of C++-style comments
Tomasz Wasilczyk
tomkiewicz at cpw.pidgin.im
Wed Oct 17 04:38:52 EDT 2012
Changeset: 51b479bcf51a53c56281ca56e6e3b701737abacb
Author: Tomasz Wasilczyk <tomkiewicz at cpw.pidgin.im>
Date: 2012-10-17 10:38 +0200
Branch: default
URL: http://hg.pidgin.im/cpw/tomkiewicz/http/rev/51b479bcf51a
Description:
Get rid of C++-style comments
diffstat:
libpurple/http.c | 6 ++++--
libpurple/http.h | 8 ++++----
2 files changed, 8 insertions(+), 6 deletions(-)
diffs (49 lines):
diff --git a/libpurple/http.c b/libpurple/http.c
--- a/libpurple/http.c
+++ b/libpurple/http.c
@@ -908,8 +908,10 @@ static gboolean _purple_http_reconnect(P
url->host, url->port,
_purple_http_connected_ssl,
_purple_http_connected_ssl_error, hc);
-// purple_ssl_set_compatibility_level(hc->socket.ssl_connection,
-// PURPLE_SSL_COMPATIBILITY_SECURE);
+/* TODO
+ purple_ssl_set_compatibility_level(hc->socket.ssl_connection,
+ PURPLE_SSL_COMPATIBILITY_SECURE);
+*/
} else {
hc->socket.raw_connection = purple_proxy_connect(hc->gc, account,
url->host, url->port,
diff --git a/libpurple/http.h b/libpurple/http.h
--- a/libpurple/http.h
+++ b/libpurple/http.h
@@ -282,7 +282,7 @@ void purple_http_request_set_contents(Pu
* @param reader The reader callback.
* @param user_data The user data to pass to the callback function.
*/
-//TODO
+/* TODO */
void purple_http_request_set_contents_reader(PurpleHttpRequest *request,
PurpleHttpContentReader reader, gpointer user_data);
@@ -293,7 +293,7 @@ void purple_http_request_set_contents_re
* @param reader The writer callback.
* @param user_data The user data to pass to the callback function.
*/
-//TODO
+/* TODO */
void purple_http_request_set_response_writer(PurpleHttpRequest *request,
PurpleHttpContentWriter writer, gpointer user_data);
@@ -334,9 +334,9 @@ int purple_http_request_get_max_redirect
/**
* NULL for disabling cookie support
*/
-//TODO
+/* TODO + get */
void purple_http_request_set_cookie_jar(PurpleHttpRequest *request,
- PurpleHTTPCookieJar *cookie_jar); // +get
+ PurpleHTTPCookieJar *cookie_jar);
/**
* Sets HTTP version to use.
More information about the Commits
mailing list