Inferno  0.2
slave_test.hpp
Go to the documentation of this file.
00001 /*
00002  * slave_test
00003  */
00004 
00005 #ifndef SLAVE_TEST_HPP
00006 #define SLAVE_TEST_HPP
00007 
00008 #include "sr/search_replace.hpp"
00009 
00010 namespace Steps {
00011 
00012 class SlaveTest : public SearchReplace
00013 {
00014 public:
00015   SlaveTest();
00016 };
00017 
00018 }; // end namespace
00019 
00020 #endif