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:
@@ -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);
|
||||
|
||||
@@ -43,5 +43,7 @@ protected:
|
||||
static void rdfNotifyProc(
|
||||
HT_Notification notifyStruct,
|
||||
HT_Resource node,
|
||||
HT_Event event);
|
||||
HT_Event event,
|
||||
void *param,
|
||||
uint32 tokenType);
|
||||
};
|
||||
Reference in New Issue
Block a user