Skip to content
Snippets Groups Projects
Commit ed3213ec authored by Zenker, Dr. Klaus (FWKE) - 126506's avatar Zenker, Dr. Klaus (FWKE) - 126506
Browse files

Add comment about the usage in the friend class.

parent ac6ffc7f
No related branches found
No related tags found
No related merge requests found
...@@ -267,7 +267,9 @@ namespace ChimeraTK { ...@@ -267,7 +267,9 @@ namespace ChimeraTK {
boost::shared_mutex recoverySharedMutex; boost::shared_mutex recoverySharedMutex;
friend class Application; friend class Application;
// Access to virtualiseFromCatalog() is needed by ServerHistory
friend struct history::ServerHistory; friend struct history::ServerHistory;
// Access to virtualiseFromCatalog() is needed by MicroDAQ
template<typename TRIGGERTYPE> template<typename TRIGGERTYPE>
friend class MicroDAQ; friend class MicroDAQ;
friend struct detail::DeviceModuleProxy; friend struct detail::DeviceModuleProxy;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment