summaryrefslogtreecommitdiff
path: root/comm/OLD/ReqMgr.l
diff options
context:
space:
mode:
authorchatty1993-11-29 11:08:19 +0000
committerchatty1993-11-29 11:08:19 +0000
commitd6bd0c0e8e08660606801e846273d4740947d658 (patch)
tree1bd0c7f4eef00d52768b11762274ca5c886ac0af /comm/OLD/ReqMgr.l
parent86bc9bfd4d2915bc50999437619346b9c2114a43 (diff)
downloadivy-league-d6bd0c0e8e08660606801e846273d4740947d658.zip
ivy-league-d6bd0c0e8e08660606801e846273d4740947d658.tar.gz
ivy-league-d6bd0c0e8e08660606801e846273d4740947d658.tar.bz2
ivy-league-d6bd0c0e8e08660606801e846273d4740947d658.tar.xz
Renamed into UchMsgMgr
Heavy additions.
Diffstat (limited to 'comm/OLD/ReqMgr.l')
-rw-r--r--comm/OLD/ReqMgr.l4
1 files changed, 3 insertions, 1 deletions
diff --git a/comm/OLD/ReqMgr.l b/comm/OLD/ReqMgr.l
index bad288c..b4314ec 100644
--- a/comm/OLD/ReqMgr.l
+++ b/comm/OLD/ReqMgr.l
@@ -38,8 +38,10 @@ LexInit ()
{
if (!ResWords) {
ResWords = new CcuDictionnary (10);
- (*ResWords)["client"] = (void*) (Y_CLIENT);
+ (*ResWords)["service"] = (void*) (Y_SERVICE);
(*ResWords)["request"] = (void*) (Y_REQUEST);
+ (*ResWords)["answer"] = (void*) (Y_ANSWER);
+ (*ResWords)["event"] = (void*) (Y_EVENT);
(*ResWords)["getters"] = (void*) (Y_GETTERS);
(*ResWords)["setters"] = (void*) (Y_SETTERS);
(*ResWords)["const"] = (void*) (Y_CONST);