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