Searched refs:FileChangeToken (Results 1 – 10 of 10) sorted by relevance
71 class FileChangeToken {73 FileChangeToken() {} in FileChangeToken() function74 FileChangeToken( const std::string& ) {} in FileChangeToken() function78 bool operator!=( const FileChangeToken& )
144 class FileChangeToken {146 FileChangeToken() {} in FileChangeToken() function147 FileChangeToken( const std::string& file_name ) in FileChangeToken() function152 bool operator==( const FileChangeToken& other )157 bool operator!=( const FileChangeToken& other )
71 typename Driver::FileChangeToken new_token( file_name_ ); in hasChanged()94 typename Driver::FileChangeToken change_token_;
84 void WinWatchTowerDriver::FileChangeToken::readFromFile( in readFromFile()