X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FMicroTime.cc;h=23d2a99495cd3ed18d547622737293abd2a863ac;hb=9ca82f3198ce01fa2daf50aa8f46e0eb630d275c;hp=40e59c317f81da5b0473f301f0cc800d9298f7bc;hpb=2654c3b13a187f38dc026e04c76ea5c885b34787;p=senf.git diff --git a/Utils/MicroTime.cc b/Utils/MicroTime.cc index 40e59c3..23d2a99 100644 --- a/Utils/MicroTime.cc +++ b/Utils/MicroTime.cc @@ -1,8 +1,24 @@ // $Id$ // -// Copyright (C) 2006 +// Copyright (C) 2006 Stefan Bund +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the +// Free Software Foundation, Inc., +// 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -// Definition of non-inline non-template functions +/** \file + \brief MicroTime non-inline non-template implementation */ #include "MicroTime.hh" //#include "MicroTime.ih" @@ -18,7 +34,7 @@ #define prefix_ ///////////////////////////////cc.p//////////////////////////////////////// -prefix_ satcom::lib::MicroTime satcom::lib::now() +prefix_ senf::MicroTime senf::now() { struct timeval tv; if (gettimeofday(&tv,0) < 0)