Probably forgotten changes in the last commit, though I'm not sure if Axel had any other style cleanups in mind in this file. Fixes build at any rate.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28230 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -45,11 +45,11 @@ protected:
|
|||||||
ino_t to_directory, dev_t device, ino_t node);
|
ino_t to_directory, dev_t device, ino_t node);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void HandlePulse();
|
void _HandlePulse();
|
||||||
|
|
||||||
std::list<add_on_directory_info> directories;
|
std::list<add_on_directory_info> fDirectories;
|
||||||
std::list<add_on_entry_info> pending_entries;
|
std::list<add_on_entry_info> fPendingEntries;
|
||||||
std::list<add_on_entry_info> former_entries;
|
std::list<add_on_entry_info> fFormerEntries;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user