#include "SampleAgent.h"#include <opencog/server/CogServer.h>#include <opencog/server/Factory.h>#include <opencog/util/Logger.h>

Go to the source code of this file.
Functions | |
| const char * | opencog_module_id () |
| Module * | opencog_module_load () |
| void | opencog_module_unload (Module *m) |
| const char* opencog_module_id | ( | ) |
Definition at line 34 of file SampleAgent.cc.
| Module* opencog_module_load | ( | ) |
Definition at line 35 of file SampleAgent.cc.
| void opencog_module_unload | ( | Module * | m | ) |
Definition at line 36 of file SampleAgent.cc.
1.5.6