00001 #ifndef ROOT_CORE_UTILS__LOCATE_H 00002 #define ROOT_CORE_UTILS__LOCATE_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 00013 // This module still needs to be documented. The interface provided 00014 // in this module is intended for experts only. The module is 00015 // considered to be in the pre-alpha stage. 00016 00017 00018 00019 #include <RootCoreUtils/Global.h> 00020 00021 #include <string> 00022 00023 namespace RCU 00024 { 00039 std::string locate (const std::string& locations); 00040 } 00041 00042 #endif