Searched refs:replMsg (Results 1 - 1 of 1) sorted by relevance

/haiku/src/kits/interface/
H A DShelf.cpp1187 BMessage *replMsg = new BMessage(); local
1188 ObjectDeleter<BMessage> deleter(replMsg);
1190 if (replicant.FindMessage("message", replMsg) == B_OK)
1191 if (AddReplicant(replMsg, point) == B_OK) {

Completed in 40 milliseconds