X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=src%2Ffilter_log.cpp;h=742fd2b48fca016f26ad8ce1f29f57229e54b016;hb=f82b19f2b93707657fee804bd1242f2548d51ada;hp=333658b02aa603aa547bc31a933ba9ae55b2f9b4;hpb=a27375762602ee41a01282b59aae617c0764b38b;p=metaproxy-moved-to-github.git diff --git a/src/filter_log.cpp b/src/filter_log.cpp index 333658b..742fd2b 100644 --- a/src/filter_log.cpp +++ b/src/filter_log.cpp @@ -1,3 +1,8 @@ +/* $Id: filter_log.cpp,v 1.3 2005-10-15 14:09:09 adam Exp $ + Copyright (c) 2005, Index Data. + +%LICENSE% + */ #include "config.hpp" @@ -13,9 +18,9 @@ #include -yp2::FilterLog::FilterLog() {} +yp2::filter::Log::Log() {} -void yp2::FilterLog::process(Package &package) const { +void yp2::filter::Log::process(Package &package) const { Z_GDU *gdu; @@ -38,3 +43,11 @@ void yp2::FilterLog::process(Package &package) const { } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * c-file-style: "stroustrup" + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */