/inotify-cxx/trunk/inotify-cxx.cpp |
---|
55,6 → 55,8 |
return IN_CLOSE_WRITE; |
else if (rName == "IN_CLOSE_NOWRITE") |
return IN_CLOSE_NOWRITE; |
else if (rName == "IN_OPEN") |
return IN_OPEN; |
else if (rName == "IN_MOVED_FROM") |
return IN_MOVED_FROM; |
else if (rName == "IN_MOVED_TO") |
/inotify-cxx/trunk/CHANGELOG |
---|
1,6 → 1,11 |
0.5.2 2006-11-12 |
* problem with ignoring IN_OPEN has been fixed (#0000102) |
0.5.1 2006-11-10 |
* problems with includes have been fixed (#0000099) |
0.5.0 2006-10-29 |
* partial thread safety has been implemented (using rwlocks) |
* Inotify::GetEnabledCount() method has been added |