summaryrefslogtreecommitdiff
path: root/comm
diff options
context:
space:
mode:
Diffstat (limited to 'comm')
-rw-r--r--comm/OLD/ReqMgr.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/comm/OLD/ReqMgr.h b/comm/OLD/ReqMgr.h
index eeb10d9..b3e381c 100644
--- a/comm/OLD/ReqMgr.h
+++ b/comm/OLD/ReqMgr.h
@@ -3,7 +3,7 @@
*
* by Michel Beaudouin-Lafon
*
- * Copyright 1993
+ * Copyright 1993-1995
* Centre d'Etudes de la Navigation Aerienne (CENA)
*
* Request management, by Stephane Chatty
@@ -34,7 +34,7 @@ inline const char* GetImpl () const { return Impl; }
};
class MsgConstructor {
-friend int yyparse ();
+friend int Uch_parse ();
protected:
CcuListOf <MsgField> Params;
public:
@@ -43,7 +43,7 @@ inline const CcuListOf <MsgField>& GetParameters () const { return Params; }
};
class MsgType {
-friend int yyparse ();
+friend int Uch_parse ();
public:
enum msg_kind { isRequest, isAnswer, isEvent };
@@ -74,7 +74,7 @@ inline const char* GetName () const { return Name; }
enum destination { isClient = 1<<0, isServer = 1<<1};
class UchMsgMgr {
-friend int yyparse ();
+friend int Uch_parse ();
protected:
CcuString Name;