Sha256: e4dfa7b36f524fd8d3017e100d049fa9d873e2ddf103dfb97f3452dc943c240a

Contents?: true

Size: 396 Bytes

Versions: 18

Compression:

Stored size: 396 Bytes

Contents

#import "INotification.h"
#import "NotificationFactoryBase.h"

static NotificationFactoryBase* ourNotificationFactory = nil;

@implementation NotificationFactorySingleton

+(id<INotificationFactory>) getNotificationFactoryInstance {
    if (ourNotificationFactory == nil) {
        ourNotificationFactory = [[NotificationFactoryBase alloc] init];
    }
    return ourNotificationFactory;
}

@end

Version data entries

18 entries across 17 versions & 2 rubygems

Version Path
rhodes-7.6.0 lib/commonAPI/coreapi/ext/platform/iphone/impl/NotificationFactorySingleton.m
rhodes-7.5.1 lib/commonAPI/coreapi/ext/platform/iphone/impl/NotificationFactorySingleton.m
rhodes-7.4.1 lib/commonAPI/coreapi/ext/platform/iphone/impl/NotificationFactorySingleton.m
rhodes-7.1.17 lib/commonAPI/coreapi/ext/platform/iphone/impl/NotificationFactorySingleton.m
rhodes-6.2.0 lib/commonAPI/coreapi/ext/platform/iphone/impl/NotificationFactorySingleton.m
rhodes-6.0.11 lib/commonAPI/coreapi/ext/platform/iphone/impl/NotificationFactorySingleton.m
rhodes-5.5.18 lib/commonAPI/coreapi/ext/platform/iphone/impl/NotificationFactorySingleton.m
rhodes-5.5.17 lib/commonAPI/coreapi/ext/platform/iphone/impl/NotificationFactorySingleton.m
rhodes-5.5.15 lib/commonAPI/coreapi/ext/platform/iphone/impl/NotificationFactorySingleton.m
rhodes-5.5.0.22 lib/commonAPI/coreapi/ext/platform/iphone/impl/NotificationFactorySingleton.m
rhodes-5.5.2 lib/commonAPI/coreapi/ext/platform/iphone/impl/NotificationFactorySingleton.m
rhodes-5.5.0.7 lib/commonAPI/coreapi/ext/platform/iphone/impl/NotificationFactorySingleton.m
rhodes-5.5.0.3 lib/commonAPI/coreapi/ext/platform/iphone/impl/NotificationFactorySingleton.m
rhodes-5.5.0 lib/commonAPI/coreapi/ext/platform/iphone/impl/NotificationFactorySingleton.m
tauplatform-1.0.3 lib/commonAPI/coreapi/ext/platform/iphone/impl/NotificationFactorySingleton.m
tauplatform-1.0.2 lib/commonAPI/coreapi/ext/platform/iphone/impl/NotificationFactorySingleton.m
tauplatform-1.0.1 lib/commonAPI/coreapi/ext/platform/iphone/impl/NotificationFactorySingleton.m
tauplatform-1.0.1 lib/commonAPI/coreapi/ext/platform/iphone/generated/stub_impl/NotificationFactorySingleton.m