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.
8 #include "DecisionProvider.h"
12 DecisionProvider::YesNoDecisionNeeded(const BString
& description
,
13 const BString
& question
, const BString
& yes
, const BString
& no
,
14 const BString
& defaultChoice
)