comparison src/main/java/app/bbs/codesegment/LogUpdateCodeSegment.java @ 113:7d9b7fcb4d9a

Add LogPutCodeSegment
author one
date Wed, 04 Dec 2013 20:38:51 +0900
parents 8f9811a1e00c
children 495ac60d7f5f
comparison
equal deleted inserted replaced
112:8f9811a1e00c 113:7d9b7fcb4d9a
15 15
16 public class LogUpdateCodeSegment extends CodeSegment { 16 public class LogUpdateCodeSegment extends CodeSegment {
17 17
18 Receiver log = ids.create(CommandType.PEEK); 18 Receiver log = ids.create(CommandType.PEEK);
19 Receiver clist = ids.create(CommandType.PEEK); 19 Receiver clist = ids.create(CommandType.PEEK);
20
21 20
22 public LogUpdateCodeSegment() { 21 public LogUpdateCodeSegment() {
23 log.setKey("log"); 22 log.setKey("log");
24 clist.setKey("_CLIST");; 23 clist.setKey("_CLIST");;
25 } 24 }