Changes in src/Actions/Process.cpp [c09f94:8946a0]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/Process.cpp
rc09f94 r8946a0 52 52 Process::~Process() 53 53 { 54 // make sure everybody knows we have stoped 55 stop(); 54 // if active make sure everybody knows we have stopped 55 if (active) 56 stop(); 56 57 } 57 58
Note:
See TracChangeset
for help on using the changeset viewer.