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