From 4c0a98ae4d02626b88b1dffe40f8b83fd3221f80 Mon Sep 17 00:00:00 2001 From: "pinkerton%netscape.com" Date: Thu, 23 Jul 1998 18:26:26 +0000 Subject: [PATCH] Two new params added for column support (RDF_BRANCH landing). git-svn-id: svn://10.0.0.236/trunk@6274 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/cmd/macfe/rdfui/CRDFNotificationHandler.cp | 4 +++- mozilla/cmd/macfe/rdfui/CRDFNotificationHandler.h | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/mozilla/cmd/macfe/rdfui/CRDFNotificationHandler.cp b/mozilla/cmd/macfe/rdfui/CRDFNotificationHandler.cp index 65ff7362ee2..2c3a3808e8e 100644 --- a/mozilla/cmd/macfe/rdfui/CRDFNotificationHandler.cp +++ b/mozilla/cmd/macfe/rdfui/CRDFNotificationHandler.cp @@ -44,7 +44,9 @@ void CRDFNotificationHandler::rdfNotifyProc( HT_Notification notifyStruct, HT_Resource node, - HT_Event event) + HT_Event event, + void * param, + uint32 tokenType) { CRDFNotificationHandler* handler = reinterpret_cast(notifyStruct->data); diff --git a/mozilla/cmd/macfe/rdfui/CRDFNotificationHandler.h b/mozilla/cmd/macfe/rdfui/CRDFNotificationHandler.h index 96fb7c0ce3d..fc56fbf676d 100644 --- a/mozilla/cmd/macfe/rdfui/CRDFNotificationHandler.h +++ b/mozilla/cmd/macfe/rdfui/CRDFNotificationHandler.h @@ -43,5 +43,7 @@ protected: static void rdfNotifyProc( HT_Notification notifyStruct, HT_Resource node, - HT_Event event); + HT_Event event, + void *param, + uint32 tokenType); }; \ No newline at end of file