X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=docs%2Fexamples%2Fasiohiper.cpp;h=eb5cd03869569fa87e1593ec08c97fb70b4ad0ca;hb=7b6dca47a42828c0ae87eab0d8b68f97d1495b67;hp=ff4134856b435ea43ed3acc5c686eaf96b84ee8c;hpb=8a08705db260779441360e959b97b6c172f8acb0;p=platform%2Fupstream%2Fcurl.git diff --git a/docs/examples/asiohiper.cpp b/docs/examples/asiohiper.cpp index ff41348..eb5cd03 100644 --- a/docs/examples/asiohiper.cpp +++ b/docs/examples/asiohiper.cpp @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 2012 - 2015, Daniel Stenberg, , et al. + * Copyright (C) 2012 - 2014, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -20,11 +20,11 @@ * ***************************************************************************/ -/* - * demonstrate the use of multi socket interface with boost::asio - * - */ /* + * file: asiohiper.cpp + * Example program to demonstrate the use of multi socket interface + * with boost::asio + * * This program is in c++ and uses boost::asio instead of libevent/libev. * Requires boost::asio, boost::bind and boost::system *