FileAnalysis: add more params to some events.

This commit is contained in:
Jon Siwek 2013-04-11 11:24:18 -05:00
parent 2747e839fb
commit e2fbee9054
8 changed files with 113 additions and 48 deletions

View file

@ -111,9 +111,9 @@ public:
bool RemoveAction(const FileID& file_id, const RecordVal* args) const;
/**
* Queues an event related to the file's life-cycle.
* @return whether the file mapped to \a unique is being ignored.
*/
void FileEvent(EventHandlerPtr h, File* file);
bool IsIgnored(const string& unique);
protected:
@ -149,11 +149,6 @@ protected:
*/
bool RemoveFile(const string& unique);
/**
* @return whether the file mapped to \a unique is being ignored.
*/
bool IsIgnored(const string& unique);
/**
* Sets #current_handle to a unique file handle string based on what the
* \c get_file_handle event derives from the connection params. The