From 7e45ec4b6e34b2d96ba10b4d898e201d67b34d5e Mon Sep 17 00:00:00 2001 From: chatty Date: Tue, 1 Aug 1995 17:30:27 +0000 Subject: yyparse -> Uch_parse --- comm/OLD/ReqMgr.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'comm/OLD/ReqMgr.h') 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 Params; public: @@ -43,7 +43,7 @@ inline const CcuListOf & 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; -- cgit v1.1