mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-13 08:27:39 +00:00
8021613b79
The problem was an erroneous assumption that the methods had to be defined. Any class implementing a protocol must implement (and thus define) the methods, but a protocol declaration cannot: it merely declares the methods, and it's entirely possible for a module to see only the protocol definition and not any classes implementing the protocol. |
||
---|---|---|
.. | ||
doc | ||
include | ||
source | ||
test | ||
AUTHORS | ||
bootstrap | ||
configure.in | ||
Makefile.am | ||
TODO |