/** * Gets the singleton registry instance. */ public static Registry instance() { if (singleton == null) { singleton = new Registry(); } return singleton; }
static SRSResource() { bool _osggsis_dr = Registry.instance().addResourceType(SRSResource.getStaticResourceType(), SRSResource.getResourceFactory()); }