X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2Fdetail%2FEventBinding.cc;h=b8f58b189aff74ba2ad95ced498893106cb77df6;hb=51044eb18f034c1a059ffe2fb109a422c1cbe251;hp=5a359ad954c60e639a75d3dc1e31c1a7bcaca7cb;hpb=81ffa1c459b96dd44472bcef37e1e373934ee138;p=senf.git diff --git a/PPI/detail/EventBinding.cc b/PPI/detail/EventBinding.cc index 5a359ad..b8f58b1 100644 --- a/PPI/detail/EventBinding.cc +++ b/PPI/detail/EventBinding.cc @@ -1,8 +1,8 @@ // $Id$ // // Copyright (C) 2007 -// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) -// Kompetenzzentrum fuer Satelitenkommunikation (SatCom) +// 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 @@ -33,7 +33,7 @@ #define prefix_ ///////////////////////////////cc.p//////////////////////////////////////// -prefix_ void senf::ppi::detail::EventBindingBase::eventTime(boost::posix_time::ptime time) +prefix_ void senf::ppi::detail::EventBindingBase::eventTime(ClockService::clock_type time) { // It's hard to make this inline because of a circular header dependency ... manager_->eventTime(time);