comparison rep/SessionManagerList.java @ 367:1bde894edd83

*** empty log message ***
author kono
date Tue, 21 Oct 2008 18:46:04 +0900
parents c432755c3555
children 4b87f89b3afd
comparison
equal deleted inserted replaced
366:e391433fa9f1 367:1bde894edd83
68 } 68 }
69 69
70 public void setParent(Forwarder fw) { 70 public void setParent(Forwarder fw) {
71 parent = fw; 71 parent = fw;
72 } 72 }
73
74 public Forwarder parent() {
75 return parent;
76 }
73 77
74 78
75 79
76 80
77 } 81 }