// // Copyright (c) 2010-2012 Linaro Limited // // All rights reserved. This program and the accompanying materials // are made available under the terms of the MIT License which accompanies // this distribution, and is available at // http://www.opensource.org/licenses/mit-license.php // // Contributors: // Alexandros Frantzis <[email protected]> // Jesse Barker <[email protected]> // #ifndef LOG_H_ #define LOG_H_ #include <string> #include <iostream> class Log { … }; #endif /* LOG_H_ */