Rename BMessage::CompareData() to HasSameData() as this makes more sense for the

bool return type. Did I mention this was an unstable Haiku extension?


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28181 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Lotz
2008-10-16 20:45:12 +00:00
parent 49ad25b392
commit 3c6372b44a
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -221,7 +221,7 @@ BMessage::operator delete(void *pointer, size_t size)
bool
BMessage::CompareData(const BMessage &other, bool ignoreFieldOrder,
BMessage::HasSameData(const BMessage &other, bool ignoreFieldOrder,
bool deep) const
{
if (this == &other)