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
This commit is contained in:
pinkerton%netscape.com
1998-07-23 18:26:26 +00:00
parent 1a647b3201
commit 4c0a98ae4d
2 changed files with 6 additions and 2 deletions

View File

@@ -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<CRDFNotificationHandler*>(notifyStruct->data);

View File

@@ -43,5 +43,7 @@ protected:
static void rdfNotifyProc(
HT_Notification notifyStruct,
HT_Resource node,
HT_Event event);
HT_Event event,
void *param,
uint32 tokenType);
};