From 679d18fc7c0c7ef8afbb6bec2fb4f4b26fd8509d Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 10:01:26 +0000 Subject: Utilisateur : Fcolin Date : 23/12/05 Heure : 16:22 Archivé dans $/CSharp/Ivy Commentaire: (vss 3) --- CSharp/Ivy/IvyPPC/IvyProtocol.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CSharp/Ivy/IvyPPC/IvyProtocol.cs b/CSharp/Ivy/IvyPPC/IvyProtocol.cs index 9cf91de..3d91812 100644 --- a/CSharp/Ivy/IvyPPC/IvyProtocol.cs +++ b/CSharp/Ivy/IvyPPC/IvyProtocol.cs @@ -3,13 +3,12 @@ using System.Text; namespace IvyBus { - interface IvyProtocolInterface + internal abstract class IvyProtocolInterface { void TokenStartRegexp(ushort port, string appName); void TokenEndRegexp(); void TokenApplicationId(ushort priority, string appId); - void TokenAddBinding(ushort id, string regexp); - void TokenAddRegexp(ushort id, string regexp); + void TokenAddBinding(IvyBindingBase bind); void TokenDelBinding(ushort bind); void TokenDirectMsg(ushort id, string message); void TokenPong(string s); -- cgit v1.1