package_name.cpp
Go to the documentation of this file.
00001 
00007 /*****************************************************************************
00008 ** Includes
00009 *****************************************************************************/
00010 
00011 #include "../../include/%(package)s/%(package)s.hpp"
00012 #include <iostream>
00013 
00014 namespace %(package)s
00015 {
00016   void Foo::helloDude() {
00017     std::cout << "Hello Dude" << std::endl;
00018   }
00019 }
00020 
00021 


winros_create_pkg
Author(s): Daniel Stonier
autogenerated on Mon Oct 6 2014 12:28:59