Rev 11 | Rev 15 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 11 | Rev 13 | ||
---|---|---|---|
Line -... | Line 1... | ||
- | 1 | 0.3.0 2006-10-03 |
|
- | 2 | * all errors now handled using exceptions (InotifyException) |
|
- | 3 | * InotifyEvent no longer use struct inotity_event as its |
|
- | 4 | internal data structure |
|
- | 5 | * removed InotifyEvent::GetData() - internal data changed |
|
- | 6 | * removed Inotify::IsReady() - no longer necessary |
|
- | 7 | * added Inotify::GetDescriptor() - returns inotify file descriptor |
|
- | 8 | * added Inotify::SetNonBlock() - switches nonblocking mode on/off |
|
- | 9 | * some code cleanups |
|
- | 10 | ||
1 | 0.2.0 2006-09-15 |
11 | 0.2.0 2006-09-15 |
2 | * InotifyEvent now contains a pointer to the source InotifyWatch |
12 | * InotifyEvent now contains a pointer to the source InotifyWatch |
3 | * fixed: InotifyEvent::IsType() - it now handles the mask correctly |
13 | * fixed: InotifyEvent::IsType() - it now handles the mask correctly |
4 | * added a static method (InotifyEvent::GetMaskByName()) for finding a mask |
14 | * added a static method (InotifyEvent::GetMaskByName()) for finding a mask |
5 | for a name |
15 | for a name |