Searched refs:KEY_MINIMUM_AGE (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/haikudepot/model/
H A DUserUsageConditions.cpp15 #define KEY_MINIMUM_AGE "minimumAge" macro
26 if (from->FindInt16(KEY_MINIMUM_AGE, &minimumAge) != B_OK)
27 HDERROR("expected key [%s] in the message data", KEY_MINIMUM_AGE);
96 into->AddInt16(KEY_MINIMUM_AGE, (int16) fMinimumAge);

Completed in 60 milliseconds