Hi Marc,
           Could you tell us about libshoes?
Cheers!
Martin
-------- Forwarded Message --------
From: cvs@abisource.com
Reply-to: abiword-dev@abisource.com
To: abisource-cvs-commit@abisource.com
Subject: uwog - r25209 - libshoes/trunk/test
Date: Wed, 17 Dec 2008 20:45:00 +0100 (CET)
Author: uwog
Date: 2008-12-17 20:45:00 +0100 (Wed, 17 Dec 2008)
New Revision: 25209
Modified:
  libshoes/trunk/test/connect.cpp
Log:
Indentation fix
Modified: libshoes/trunk/test/connect.cpp
===================================================================
--- libshoes/trunk/test/connect.cpp     2008-12-17 19:18:27 UTC (rev 25208)
+++ libshoes/trunk/test/connect.cpp     2008-12-17 19:45:00 UTC (rev 25209)
@@ -37,11 +37,11 @@
       }
       io_service io_service;
-    ip::tcp::resolver resolver(io_service);
+       ip::tcp::resolver resolver(io_service);
       // connect to the socks server
-    ip::tcp::resolver::query socks_host(argv[1], argv[2]);
-    ip::tcp::resolver::iterator iterator = resolver.resolve(socks_host);
+       ip::tcp::resolver::query socks_host(argv[1], argv[2]);
+       ip::tcp::resolver::iterator iterator = resolver.resolve(socks_host);
       ip::tcp::socket socket(io_service);
       try {
               socket.connect(*iterator);
-----------------------------------------------
To unsubscribe from this list, send a message to
abisource-cvs-commit-request@abisource.com with the word
unsubscribe in the message body.
Received on Thu Dec 18 01:56:23 2008
This archive was generated by hypermail 2.1.8 : Thu Dec 18 2008 - 01:56:23 CET