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:
Ingo Weinhold 2009-10-11 05:40:51 +00:00
parent aa311fb590
commit 9f018b7c77

View File

@ -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;