X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FIOEvent.cc;h=c39d57a1f93c4b9e2d4e90cf36458eac98fef08b;hb=a1a6c76a214ad1935032826713cabaf9ac57bf07;hp=a20e8eb638a66bc01d40bc6f87273114ee9e2226;hpb=ea8b2923c29a6902f507db2b485a44a58e9406f0;p=senf.git diff --git a/PPI/IOEvent.cc b/PPI/IOEvent.cc index a20e8eb..c39d57a 100644 --- a/PPI/IOEvent.cc +++ b/PPI/IOEvent.cc @@ -1,8 +1,8 @@ // $Id$ // -// Copyright (C) 2007 -// Fraunhofer Institute for Open Communication Systems (FOKUS) -// Competence Center NETwork research (NET), St. Augustin, GERMANY +// Copyright (C) 2007 +// Fraunhofer Institute for Open Communication Systems (FOKUS) +// Competence Center NETwork research (NET), St. Augustin, GERMANY // Stefan Bund // // This program is free software; you can redistribute it and/or modify @@ -42,7 +42,7 @@ prefix_ void senf::ppi::IOEvent::v_enable() { - Scheduler::instance().add(fd_, boost::bind(&IOEvent::cb,this,_1), + Scheduler::instance().add(fd_, boost::bind(&IOEvent::cb,this,_1), Scheduler::EventId(events_)); }