/* * Copyright 2002, Log4cpp Project. All rights reserved. * * See the COPYING file for the terms of usage and distribution. */ #include #include #include namespace log4cpp { std::auto_ptr create_pass_through_layout(const FactoryParams& params) { return std::auto_ptr(new PassThroughLayout); } }