Renamed namespaces satcom::lib and satcom::pkf to senf
[senf.git] / Utils / MicroTime.cc
index 40e59c3..5006c50 100644 (file)
@@ -18,7 +18,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)