comparison dstep/objc/runtime.d @ 24:ab33fc0c3fc1

Fixed the implementation for the methods in Capsule. Changed a method name in objc_class
author Jacob Carlborg <doob@me.com>
date Wed, 10 Feb 2010 19:24:32 +0100
parents 420969b22201
children b9de51448c6b
comparison
equal deleted inserted replaced
23:420969b22201 24:ab33fc0c3fc1
185 Class getSuperclass () 185 Class getSuperclass ()
186 { 186 {
187 return bindings.class_getSuperclass(this); 187 return bindings.class_getSuperclass(this);
188 } 188 }
189 189
190 Class setSuperClass (Class newSuper) 190 Class setSuperclass (Class newSuper)
191 { 191 {
192 return bindings.class_setSuperclass(this, newSuper); 192 return bindings.class_setSuperclass(this, newSuper);
193 } 193 }
194 194
195 int getVersion () 195 int getVersion ()