extended print report

This commit is contained in:
Martin Brodbeck 2018-08-15 11:25:45 +02:00
parent f0078647d4
commit 0966483b05
3 changed files with 23 additions and 4 deletions

View file

@ -30,6 +30,7 @@ class Marketplace
int getNextArticleNo();
int getNumSellersDelete();
int getNumArticlesSold();
int getNumArticlesOffered();
BasketVec& getBasket();
int getBasketSumInCent();
std::string getBasketSumAsString();