comparison dwtx/core/commands/common/HandleObject.d @ 200:eb3414669eb0 default tip

fix for dmd 1.041 and tango 0.99.8
author Frank Benoit <benoit@tionex.de>
date Sat, 28 Mar 2009 03:09:57 +0100
parents 6518c18a01f7
children
comparison
equal deleted inserted replaced
199:eb98a5cbfd78 200:eb3414669eb0
131 final HandleObject handle= cast(HandleObject) object; 131 final HandleObject handle= cast(HandleObject) object;
132 return Util.equals(id, handle.id) 132 return Util.equals(id, handle.id)
133 && (this.classinfo is handle.classinfo); 133 && (this.classinfo is handle.classinfo);
134 } 134 }
135 135
136 public override final String getId() { 136 public final String getId() {
137 return id; 137 return id;
138 } 138 }
139 139
140 /** 140 /**
141 * Computes the hash code for this object based on the id. 141 * Computes the hash code for this object based on the id.