Add B*Key::PrintToStream() method for debugging convenience.
This commit is contained in:
committed by
Ryan Leavengood
parent
8d9bc9e0ee
commit
c494c06109
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user