Home
last modified time | relevance | path

Searched refs:dropMsg (Results 1 – 1 of 1) sorted by relevance

/haiku/src/apps/cortex/DiagramView/
H A DDiagramEndPoint.cpp240 BMessage dropMsg(M_WIRE_DROPPED); in MessageDropped() local
241 dropMsg.AddPointer("from", reinterpret_cast<void *>(endPoint)); in MessageDropped()
242 dropMsg.AddPointer("to", reinterpret_cast<void *>(this)); in MessageDropped()
243 dropMsg.AddBool("success", success); in MessageDropped()
245 BMessenger(v).SendMessage(&dropMsg); in MessageDropped()