Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove semicolon after namespace | Alexander Sulfrian | 2014-05-04 | 1 | -1/+1 |
| | | | | | Class definitions have to end with a semicolon but not namespaces. So remove this everywhere. | ||||
* | utils/activator: removed unnecessary template | Alexander Sulfrian | 2013-01-21 | 1 | -16/+6 |
| | |||||
* | utils: add activator helper | Alexander Sulfrian | 2013-01-13 | 1 | -0/+55 |
The activator should be used to encapsulate activatable objects. It calls enable on construction and disable on deconstruction. It should be used for example to enable some opengl settings, while the activator object is used in local scope. It ensures, that the opengl setting get disabled, if the scope is left even when throwing an exception. |