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:
@@ -28,19 +28,19 @@ public:
|
|||||||
const TypeComponentPath* path,
|
const TypeComponentPath* path,
|
||||||
Type** _type, ValueLocation** _location)
|
Type** _type, ValueLocation** _location)
|
||||||
const;
|
const;
|
||||||
// returns a references
|
// returns references
|
||||||
inline bool GetInfo(ObjectID* variable,
|
inline bool GetInfo(ObjectID* variable,
|
||||||
const TypeComponentPath& path,
|
const TypeComponentPath& path,
|
||||||
Type** _type, ValueLocation** _location)
|
Type** _type, ValueLocation** _location)
|
||||||
const;
|
const;
|
||||||
// returns a references
|
// returns references
|
||||||
bool HasInfo(ObjectID* variable,
|
bool HasInfo(ObjectID* variable,
|
||||||
const TypeComponentPath* path) const;
|
const TypeComponentPath* path) const;
|
||||||
inline bool HasInfo(ObjectID* variable,
|
inline bool HasInfo(ObjectID* variable,
|
||||||
const TypeComponentPath& path) const;
|
const TypeComponentPath& path) const;
|
||||||
status_t SetInfo(ObjectID* variable,
|
status_t SetInfo(ObjectID* variable,
|
||||||
TypeComponentPath* path,
|
TypeComponentPath* path, Type* type,
|
||||||
Type* type, ValueLocation* location);
|
ValueLocation* location);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
struct Key;
|
struct Key;
|
||||||
|
|||||||
Reference in New Issue
Block a user