ResourceAccess.cpp
Go to the documentation of this file.
1 #include "ResourceAccess.hpp"
2 
3 namespace iv
4 {
5 
7  cm( inst, this, "ResourceAccess" ),
8  inst( inst ),
9  rms( inst->getSystem< ResourceManagementSystem >() )
10 {
11 }
12 
14 {
15  return this->inst;
16 }
17 
18 }