Sha256: 325e6fe3a76b07dcbd424243e1c63c1c1be7c9e04820b13e57d86f59f4cdd926
Contents?: true
Size: 448 Bytes
Versions: 51
Compression:
Stored size: 448 Bytes
Contents
// // RhoFileImpl.m // rhorunner // // Created by Dmitry Moskalchuk on 09.10.09. // Copyright 2009 __MyCompanyName__. All rights reserved. // #ifdef __OBJC__ #import <Foundation/Foundation.h> #import <UIKit/UIKit.h> #endif #define ZIP_STD 1 void* rho_nativethread_start() { return [[NSAutoreleasePool alloc] init]; } void rho_nativethread_end(void* pData) { NSAutoreleasePool *pool = (NSAutoreleasePool *)pData; [pool release]; }
Version data entries
51 entries across 51 versions & 1 rubygems