Mercurial > hg > RemoteEditor > REPSessionManager
comparison rep/EditorPlus.java @ 324:e235998427a6 before-merge-fix
try to fix merger
author | kono |
---|---|
date | Sat, 11 Oct 2008 16:31:03 +0900 |
parents | dfed28488274 |
children | ef4afcae0c92 |
comparison
equal
deleted
inserted
replaced
323:1e605880d49e | 324:e235998427a6 |
---|---|
33 } | 33 } |
34 | 34 |
35 public int getSID() { | 35 public int getSID() { |
36 return sid; | 36 return sid; |
37 } | 37 } |
38 | |
39 public boolean hasSession() { | |
40 return sid != -1; | |
41 } | |
38 | 42 |
39 public String toString(){ | 43 public String toString(){ |
40 return ("Editor:" + eid); | 44 return ("Editor:" + eid); |
41 } | 45 } |
42 | 46 |