DummyModule2.h
Go to the documentation of this file.
00001 /*
00002  * How to compile:
00003  * gcc -shared -fPIC -o DummyModule2.so DummyModule2.cpp
00004  */
00005 #ifndef DUMMYMODULE2_H_
00006 #define DUMMYMODULE2_H_
00007 
00008 namespace RTC
00009 {
00010 
00011 class Manager;
00012 
00013 extern "C" void InitProc(Manager* manager);
00014 extern "C" int getInitProcCount();
00015 extern "C" void resetInitProcCount();
00016 
00017 };
00018 
00019 #endif /*DUMMYMODULE2_H_*/


openrtm_aist
Author(s): Noriaki Ando
autogenerated on Thu Aug 27 2015 14:16:37