Skip to content

Commit 6cdd3d1

Browse files
author
hpcdgrie
committed
Added comments to DOALL
1 parent acd37dc commit 6cdd3d1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/OpenCOVER/cover/coVRPluginList.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ using namespace covise;
4040

4141
typedef opencover::coVRPlugin *(coVRPluginInitFunc)();
4242

43-
// do something for all plugins
43+
// do something with "plugin" for all initialized plugins
44+
// as soon as one plugin loads or removes a plugin the iteration stops
4445
#define DOALL(something) \
4546
{ \
4647
m_stopIteration = false; \

0 commit comments

Comments
 (0)