| 245 | |
| 246 | // Control timer interface access |
| 247 | class TimerInterfacePtr : public AccessAutoInterface<ITimerControl> |
| 248 | { |
| 249 | public: |
| 250 | TimerInterfacePtr() |
| 251 | : AccessAutoInterface<ITimerControl>(getMasterInterface()->getTimerControl()) |
| 252 | { } |
| 253 | }; |
| 254 | |
| 255 | |
| 256 | // Distributed transactions coordinator access |