Feature #118
make configurable methods const
Status: | Closed | Start date: | 2012-09-30 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Christof Elbrechter | % Done: | 100% | |
Category: | - | |||
Target version: | icl-8.1 |
Description
most methods of the Configurable interface are not const
leading to issues, when using getPropertyValue in const methods
of derived classes
History
#1 Updated by Christof Elbrechter almost 12 years ago
- Assignee set to Viktor Richter
- Target version changed from icl-8.0 to icl-8.1
#2 Updated by Viktor Richter over 11 years ago
- Status changed from New to Feedback
- Assignee changed from Viktor Richter to Christof Elbrechter
- % Done changed from 0 to 100
Made functions const where possible.
Made mutex in Configurable & ConfigurableProxy mutable so locking can be used in const functions.
#3 Updated by Alexander Neumann about 7 years ago
- Status changed from Feedback to Closed