* Cleanup.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39675 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2007, Haiku, Inc. All Rights Reserved.
|
||||
* Copyright 2007-2010, Haiku, Inc. All Rights Reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
#ifndef _FLATTENABLE_H
|
||||
@@ -16,7 +16,8 @@ class BFlattenable {
|
||||
virtual ssize_t FlattenedSize() const = 0;
|
||||
virtual status_t Flatten(void* buffer, ssize_t size) const = 0;
|
||||
virtual bool AllowsTypeCode(type_code code) const;
|
||||
virtual status_t Unflatten(type_code code, const void* buffer, ssize_t size) = 0;
|
||||
virtual status_t Unflatten(type_code code, const void* buffer,
|
||||
ssize_t size) = 0;
|
||||
|
||||
virtual ~BFlattenable();
|
||||
|
||||
@@ -26,4 +27,5 @@ class BFlattenable {
|
||||
virtual void _ReservedFlattenable3();
|
||||
};
|
||||
|
||||
|
||||
#endif // _FLATTENABLE_H
|
||||
|
||||
Reference in New Issue
Block a user