From b3d3a1f1d4f9739a506990edefcd2d81502368d4 Mon Sep 17 00:00:00 2001 From: Wim Vriend Date: Fri, 16 Nov 2012 12:00:53 +0000 Subject: Added registerProtocol and unRegisterProtocol to the Protocol classes. Now the Protocol Dialog can get data from the protocol, when the Tracker is running. git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@192 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb --- FTNoIR_Protocol_Base/ftnoir_protocol_base.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'FTNoIR_Protocol_Base') diff --git a/FTNoIR_Protocol_Base/ftnoir_protocol_base.h b/FTNoIR_Protocol_Base/ftnoir_protocol_base.h index 214aae7f..3f598d35 100644 --- a/FTNoIR_Protocol_Base/ftnoir_protocol_base.h +++ b/FTNoIR_Protocol_Base/ftnoir_protocol_base.h @@ -25,6 +25,7 @@ /* Modifications (last one on top): + 20121115 - WVR: Added RegisterProtocol() and unRegisterProtocol() to Dialog Class 20110415 - WVR: Added overloaded operator - and -= */ @@ -81,6 +82,8 @@ struct IProtocolDialog { virtual ~IProtocolDialog() {} virtual void Initialize(QWidget *parent) = 0; + virtual void registerProtocol(IProtocol *protocol) = 0; + virtual void unRegisterProtocol() = 0; }; typedef IProtocolDialog* IProtocolDialogPtr; -- cgit v1.2.3