Fixed typos and indentation.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33511 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
aa311fb590
commit
9f018b7c77
@ -28,19 +28,19 @@ public:
|
||||
const TypeComponentPath* path,
|
||||
Type** _type, ValueLocation** _location)
|
||||
const;
|
||||
// returns a references
|
||||
// returns references
|
||||
inline bool GetInfo(ObjectID* variable,
|
||||
const TypeComponentPath& path,
|
||||
Type** _type, ValueLocation** _location)
|
||||
const;
|
||||
// returns a references
|
||||
// returns references
|
||||
bool HasInfo(ObjectID* variable,
|
||||
const TypeComponentPath* path) const;
|
||||
inline bool HasInfo(ObjectID* variable,
|
||||
const TypeComponentPath& path) const;
|
||||
status_t SetInfo(ObjectID* variable,
|
||||
TypeComponentPath* path,
|
||||
Type* type, ValueLocation* location);
|
||||
TypeComponentPath* path, Type* type,
|
||||
ValueLocation* location);
|
||||
|
||||
private:
|
||||
struct Key;
|
||||
|
Loading…
Reference in New Issue
Block a user