yes, only "const" was removed.
About "Does the build env use different compilers for dreamboxes and e.g. et boxes?" - yes, but guys want not it.
it is easy:
#ifdef DREAMBOX virtual int islocked() { return 0; } #else virtual int islocked() const { return 0; } #endif
Edited by ims, 3 March 2014 - 18:00.