Add B*Key::PrintToStream() method for debugging convenience.

This commit is contained in:
Michael Lotz
2013-03-05 10:59:51 -05:00
committed by Ryan Leavengood
parent 8d9bc9e0ee
commit c494c06109
2 changed files with 49 additions and 0 deletions
+4
View File
@@ -73,6 +73,8 @@ public:
bool operator==(const BKey& other) const;
bool operator!=(const BKey& other) const;
virtual void PrintToStream();
protected:
virtual status_t _Flatten(BMessage& message) const;
virtual status_t _Unflatten(const BMessage& message);
@@ -108,6 +110,8 @@ public:
status_t SetPassword(const char* password);
const char* Password() const;
virtual void PrintToStream();
};
#endif // _KEY_H