Differences From Artifact [dec99405b9]:
- File src/exceptions/OFUnboundNamespaceException.m — part of check-in [8892ae9fcc] at 2012-07-12 01:28:46 on branch trunk — Don't access isa directly. (user: js, size: 2154) [annotate] [blame] [check-ins using]
To Artifact [b6bf1c09c7]:
- File src/exceptions/OFUnboundNamespaceException.m — part of check-in [c7adbcf399] at 2012-10-02 11:00:04 on branch trunk — Clean up properties in exceptions. (user: js, size: 2168) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
96 97 98 99 100 101 102 | prefix, inClass]; return description; } - (OFString*)namespace { | | | | 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 | prefix, inClass]; return description; } - (OFString*)namespace { OF_GETTER(ns, NO) } - (OFString*)prefix { OF_GETTER(prefix, NO) } @end |