/** Copyright 2011, Oliver Tappe <zooey@hirschkaefer.de>* Copyright 2013, Rene Gollent, rene@gollent.com.* Distributed under the terms of the MIT License.*/#include "DecisionProvider.h"boolDecisionProvider::YesNoDecisionNeeded(const BString& description,const BString& question, const BString& yes, const BString& no,const BString& defaultChoice){// TODO: implementreturn true;}