X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2Fdetail%2FEventBinding.cc;h=b5823679de357a6fba0eb615cee84ae05160274a;hb=bd9f9d3fd6fbcff0112a7bf48ab9284da9576b11;hp=5a359ad954c60e639a75d3dc1e31c1a7bcaca7cb;hpb=81ffa1c459b96dd44472bcef37e1e373934ee138;p=senf.git diff --git a/PPI/detail/EventBinding.cc b/PPI/detail/EventBinding.cc index 5a359ad..b582367 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) +// 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 @@ -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);