Home
last modified time | relevance | path

Searched refs:KEY_MSG_MINIMUM_VERSION (Results 1 – 1 of 1) sorted by relevance

/haiku/src/apps/haikudepot/server/
H A DServerHelper.cpp27 #define KEY_MSG_MINIMUM_VERSION "minimumVersion" macro
160 message.AddString(KEY_MSG_MINIMUM_VERSION, minimumVersionC); in NotifyClientTooOld()
174 if (message->FindString(KEY_MSG_MINIMUM_VERSION, &minimumVersion) != B_OK) in AlertClientTooOld()