ObjFW  Check-in [4ce82f6e28]

Overview
Comment:Remove code that got useless.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 4ce82f6e28c88170405a30521ce4186c141ab0532837263bfff9a17116e01fb3
User & Date: js on 2012-12-13 21:38:42
Other Links: manifest | tags
Context
2012-12-14
01:42
Rename -[OFHTTPRequest postData] to POSTData. check-in: fbb9df7439 user: js tags: trunk
2012-12-13
21:38
Remove code that got useless. check-in: 4ce82f6e28 user: js tags: trunk
20:53
Add of_tls_socket_class for 3rd-party TLS libs. check-in: 1abe5a111f user: js tags: trunk
Changes

Modified src/exceptions/OFAllocFailedException.m from [13d067f85c] to [f91f71fe9f].

26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
	@throw [OFNotImplementedException exceptionWithClass: self
						    selector: _cmd];
}

- init
{
	@throw [OFNotImplementedException exceptionWithClass: [self class]
						    selector: _cmd];
}

- (void)addMemoryToPool: (void*)ptr
{
	@throw [OFNotImplementedException exceptionWithClass: [self class]
						    selector: _cmd];
}

- (void*)allocMemoryWithSize: (size_t)size
{
	@throw [OFNotImplementedException exceptionWithClass: [self class]







<
<
<
<
<
<







26
27
28
29
30
31
32






33
34
35
36
37
38
39
{
	@throw [OFNotImplementedException exceptionWithClass: self
						    selector: _cmd];
}

- init
{






	@throw [OFNotImplementedException exceptionWithClass: [self class]
						    selector: _cmd];
}

- (void*)allocMemoryWithSize: (size_t)size
{
	@throw [OFNotImplementedException exceptionWithClass: [self class]