21 #include "robot_memory_inifin.h"
32 RobotMemoryIniFin::RobotMemoryIniFin() : AspectIniFin(
"RobotMemoryAspect")
44 if (robot_memory_thread == NULL) {
46 "RobotMemoryAspect, but RTTI says it "
54 robot_memory_thread->init_RobotMemoryAspect(robot_memory_);
65 if (robot_memory_thread == NULL) {
67 "RobotMemoryAspect, but RTTI says it "
71 robot_memory_thread->finalize_RobotMemoryAspect();
81 robot_memory_ = robot_memory;