From 30f7ca4eab74c318409b26b831abdb1311ea8bc1 Mon Sep 17 00:00:00 2001
From: jrand
BMessage theMsg;
-theMsg.what = 'exst'
+theMsg.what = 'info'
theMsg.AddInt32("id", theID); // This is the id to check for
// OR, only one of id or name should be in the message
theMsg.AddString("name", theName); // This is the name to check for
@@ -255,7 +255,7 @@ theMsg.AddInt32("count", ItemCount()); // This is the number of items in the
BMessage theMsg;
-theMsg.what = 'exst'
+theMsg.what = 'remv'
theMsg.AddInt32("id", theID); // This is the id to remove
// OR, only one of id or name should be in the message
theMsg.AddString("name", theName); // This is the name to remove