// loglite library logging_test_multi_file2.cpp header file ----------------// // (C) Copyright Jean-Daniel Michaud 2007. Permission to copy, use, modify, // sell and distribute this software is granted provided this copyright notice // appears in all copies. This software is provided "as is" without express or // implied warranty, and with no claim as to its suitability for any purpose. // See http://www.boost.org/LICENSE_1_0.txt for licensing. // See http://code.google.com/p/loglite/ for library home page. #ifndef _LOGGING_TEST_MULTI_FILE_H_ #define _LOGGING_TEST_MULTI_FILE_H_ int foo(); #endif // ! _LOGGING_TEST_MULTI_FILE_H_