ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/DecentralizedMedia/DecentralizedMedia.cpp
(Generate patch)

Comparing DecentralizedMedia/DecentralizedMedia.cpp (file contents):
Revision 534 by douglas, 2005-06-29T23:01:02-07:00 vs.
Revision 538 by douglas, 2005-06-30T18:46:16-07:00

# Line 10 | Line 10
10   #include <menes-app/simple.hpp>
11   #include <menes-dbi/driver.hpp>
12   #include <menes-dbi/resultset.hpp>
13 < #include <menes-etl/fnbind.hpp>
13 > #include <menes-hop/bind.hpp>
14   #include <menes-ios/helpers.hpp>
15   #include <menes-net/http/request.hpp>
16   #include <menes-net/http/response.hpp>
# Line 105 | Line 105 | DecentralizedMedia::~DecentralizedMedia(
105   {
106          if (!process.IsEmpty())
107          {
108 <                _H<api::Thread> thread(new api::Thread(etl::BindAll(&DecentralizedMedia::Destroy, this)));
108 >                _H<api::Thread> thread(new api::Thread(hop::BindAll(&DecentralizedMedia::Destroy, this)));
109  
110                  bmp.Quit();
111  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines