/inotify-cxx/trunk/inotify-cxx.cpp |
---|
35,6 → 35,7 |
}) |
int32_t InotifyEvent::GetDescriptor() const |
{ |
return m_pWatch != NULL // if watch exists |
/inotify-cxx/trunk/CHANGELOG |
---|
1,3 → 1,6 |
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 |
/inotify-cxx/trunk/inotify-cxx.h |
---|
31,6 → 31,7 |
#include <map> |
// Please ensure that the following headers take the right place |
#include <sys/syscall.h> |
#include <sys/inotify.h> |
// Use this if syscalls not defined |