/[classpath]/classpath/vm/reference/gnu/classpath/jdwp/VMIdManager.java
ViewVC logotype

Diff of /classpath/vm/reference/gnu/classpath/jdwp/VMIdManager.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by mark, Sun Sep 4 19:50:03 2005 UTC revision 1.4 by keiths, Fri Sep 9 22:10:04 2005 UTC
# Line 138  public class VMIdManager Line 138  public class VMIdManager
138                          {                          {
139                            id.setId (++_lastId);                            id.setId (++_lastId);
140                          }                          }
141                          id.setReference (obj);
142                        return id;                        return id;
143                      }                      }
144                    catch (InstantiationException ie)                    catch (InstantiationException ie)
# Line 162  public class VMIdManager Line 163  public class VMIdManager
163          {          {
164            id.setId (++_lastId);            id.setId (++_lastId);
165          }          }
166          id.setReference (obj);
167        return id;        return id;
168      }      }
169    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26