hello.cpp
Go to the documentation of this file.
00001 #include <bar/hello.h>
00002 #include <bar/HeaderString.h>
00003 
00004 #include <iostream>
00005 
00006 #include <boost/thread.hpp>
00007 
00008 
00009 inline void print_hello() {
00010     std::cout << "Hello ";
00011 }
00012 
00013 void hello() {
00014     boost::thread t(print_hello);
00015     t.join();
00016 }


catkin_simple
Author(s): William Woodall , Dirk Thomas
autogenerated on Thu Jun 6 2019 19:49:46