=========================================================================== HandleDeprecatedFlags Handles the deprecated flags and sets the respective properties to appropriate values. This is solely intended for backwards compatibility so mixing this with code that is aware of the real properties is not recommended ===========================================================================
| 247 | // |
| 248 | //=========================================================================== |
| 249 | void HandleDeprecatedFlags(DCoreActor *defaults, PClassActor *info, bool set, int index) |
| 250 | { |
| 251 | } |
| 252 | |
| 253 | //=========================================================================== |
| 254 | // |
no outgoing calls
no test coverage detected