Skip to content
Snippets Groups Projects
Commit 063e5b6f authored by Van Herck, Walter's avatar Van Herck, Walter
Browse files

Added comment clarifying shared_ptr usage in ProgressHandler

parent 6556eae9
No related branches found
No related tags found
No related merge requests found
......@@ -58,6 +58,8 @@ private:
long m_current_progress;
};
// Shared pointer is needed because multiple DWBASimulation threads will contain a
// local clone of Simulation, which contains the original ProgressHandler
typedef boost::shared_ptr<class ProgressHandler > ProgressHandler_t;
......
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