X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPPI%2FIOEvent.cci;h=73a76589dd2ea409944983f4ea30ab97c185eee4;hb=9cb871b939efe93e35dd96808d25089399acfc46;hp=54b1c86ff82a414b5fb4bc42443eb4d4799ecbbc;hpb=3a43b572a2c0028b353d47e86fa7546633d6e2cf;p=senf.git diff --git a/senf/PPI/IOEvent.cci b/senf/PPI/IOEvent.cci index 54b1c86..73a7658 100644 --- a/senf/PPI/IOEvent.cci +++ b/senf/PPI/IOEvent.cci @@ -1,6 +1,6 @@ // $Id$ // -// Copyright (C) 2009 +// Copyright (C) 2009 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Competence Center NETwork research (NET), St. Augustin, GERMANY // Stefan Bund @@ -31,7 +31,7 @@ ///////////////////////////////cci.p/////////////////////////////////////// prefix_ senf::ppi::IOEvent::IOEvent() - : fd_ (-1), + : fd_ (-1), event_ ("senf::ppi::IOEvent", boost::bind(&IOEvent::cb,this,_1)) {}