Rev 3 | Rev 13 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
11 | luk | 1 | 0.2.0 2006-09-15 |
2 | * InotifyEvent now contains a pointer to the source InotifyWatch |
||
3 | * fixed: InotifyEvent::IsType() - it now handles the mask correctly |
||
4 | * added a static method (InotifyEvent::GetMaskByName()) for finding a mask |
||
5 | for a name |
||
6 | * added a static version of InotifyEvent::DumpTypes() method |
||
7 | * added a static version of InotifyEvent::IsType() method |
||
8 | * dumped types (InotifyEvent::DumpTypes()) now separated by commas |
||
9 | instead of spaces |
||
10 | * InotifyEvent::DumpTypes() methods now use as general types as possible |
||
11 | * InotifyWatch now contains a pointer to the related Inotify |
||
12 | |||
13 | |||
3 | luk | 14 | 0.1.0 2006-09-04 |
15 | first alpha version |