Mercurial > wow > breuesk
comparison Lists.lua @ 72:9e5b0a2368ad
Big progress towards GUI usefulness and communication between clients
| author | John@Yosemite-PC |
|---|---|
| date | Sat, 07 Apr 2012 13:35:57 -0400 |
| parents | d5e2dfe0c269 |
| children | 39be9328acd0 |
comparison
equal
deleted
inserted
replaced
| 71:d5e2dfe0c269 | 72:9e5b0a2368ad |
|---|---|
| 613 end | 613 end |
| 614 end | 614 end |
| 615 return ctime | 615 return ctime |
| 616 end | 616 end |
| 617 | 617 |
| 618 function SetChangeListener(object) | 618 function SetChangeListener(object) -- todo: holy tits this needs to go |
| 619 changeListener = object -- todo: needs correctness checking, at a minimum | 619 changeListener = object -- todo: needs correctness checking, at a minimum |
| 620 end | 620 end |
| 621 function InitiateChange(finalizeAction,acceptor,arg) | 621 function InitiateChange(finalizeAction,acceptor,arg) |
| 622 local change = {} | 622 local change = {} |
| 623 change.time = GetSafeTimestamp() | 623 change.time = GetSafeTimestamp() |
