ObjFW  Diff

Differences From Artifact [f12746971d]:

To Artifact [c080ac0fe6]:


201
202
203
204
205
206
207
208

209
210
211
212
213

214
215
216
217
218
219
220
201
202
203
204
205
206
207

208
209
210
211
212

213
214
215
216
217
218
219
220







-
+




-
+







#ifdef OF_HAVE_SANDBOX
+ (void)activateSandbox: (OFSandbox *)sandbox
{
	[app activateSandbox: sandbox];
}
#endif

- init
- (instancetype)init
{
	OF_INVALID_INIT_METHOD
}

- of_init
- (instancetype)of_init
{
	self = [super init];

	@try {
		_environment = [[OFMutableDictionary alloc] init];

		atexit(atexitHandler);