ObjFW  Diff

Differences From Artifact [3bc541c774]:

To Artifact [2ce5c50064]:


196
197
198
199
200
201
202





203
204
205
206
207
208
209
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214







+
+
+
+
+








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

- init
{
	OF_INVALID_INIT_METHOD
}

- OF_init
{
	self = [super init];

	@try {
		void *pool;