00001 #ifndef SAMPLE_HANDLER_TOOLS_JOIN_H 00002 #define SAMPLE_HANDLER_TOOLS_JOIN_H 00003 00004 // Copyright Nils Krumnack 2013. 00005 // Distributed under the Boost Software License, Version 1.0. 00006 // (See accompanying file LICENSE_1_0.txt or copy at 00007 // http://www.boost.org/LICENSE_1_0.txt) 00008 00009 // Please feel free to contact me (krumnack@iastate.edu) for bug 00010 // reports, feature suggestions, praise and complaints. 00011 00012 00016 00017 00018 00019 //protect 00020 #include <SampleHandler/Global.h> 00021 00022 #include <string> 00023 00024 namespace SH 00025 { 00031 void mergeSamples (SampleHandler& sh, const std::string& sampleName, 00032 const std::string& pattern); 00033 } 00034 00035 #endif