1 #ifndef QUERY_PRIVATE_H 2 #define QUERY_PRIVATE_H 3 4 5 // If an entry is already in a query and a attribute changed 6 // B_ATTR_CHANGE_NOTIFICATION tells the query to send B_ATTR_CHANGED 7 // notifications if the entry stays in the query. 8 #define B_ATTR_CHANGE_NOTIFICATION 0x0000F000 9 10 #endif 11