HaikuDepot: notify work status from main window
[haiku.git] / src / apps / haikudepot / model / DecisionProvider.cpp
blob9dfb455b9da0ec11fb1c12ad976c11031f335908
1 /*
2 * Copyright 2011, Oliver Tappe <zooey@hirschkaefer.de>
3 * Copyright 2013, Rene Gollent, rene@gollent.com.
4 * Distributed under the terms of the MIT License.
5 */
8 #include "DecisionProvider.h"
11 bool
12 DecisionProvider::YesNoDecisionNeeded(const BString& description,
13 const BString& question, const BString& yes, const BString& no,
14 const BString& defaultChoice)
16 // TODO: implement
18 return true;