This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| *&---------------------------------------------------------------------* | |
| *& Include ZLIBREGISTRY | |
| *&---------------------------------------------------------------------* | |
| * Implementation of a registry for storing arbitrary values (similar | |
| * to the MS Windows registry) | |
| * Author: Martin Ceronio (2015), http://ceronio.net | |
| * Released under MIT License: http://opensource.org/licenses/MIT | |
| class lcx_registry_err definition inheriting from cx_dynamic_check. | |
| endclass. "lcx_registry_err DEFINITION |