From 0b59a16b5a5a179c46ddb3f8c585dbca59b2826e Mon Sep 17 00:00:00 2001 From: zecke Date: Mon, 19 Apr 2004 07:12:16 +0000 Subject: Small interface update. If we add doctypes disable the viewport() for updates --- (limited to 'core/launcher/serverinterface.h') diff --git a/core/launcher/serverinterface.h b/core/launcher/serverinterface.h index e57ea51..132766f 100644 --- a/core/launcher/serverinterface.h +++ b/core/launcher/serverinterface.h @@ -50,6 +50,8 @@ public: static const AppLnkSet& appLnks(); // These functions notify of adding, removal and changes of document links used in the documents tab for example + virtual void aboutToAddBegin() {} + virtual void aboutToAddEnd() {} virtual void documentAdded( const DocLnk& doc ) = 0; virtual void documentRemoved( const DocLnk& doc ) = 0; virtual void allDocumentsRemoved() = 0; -- cgit v0.9.0.2