10_PITF: Dokumentations Test

This commit is contained in:
Johannes Theiner 2019-01-04 22:35:39 +01:00
parent ee0fa98d8f
commit bf7e06ddcd
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,10 @@
#include "BankAccount.h"
#include "HeapObject.h"
/**
* Ein Test
* @author Johannes Theiner
*/
class Bank : public HeapObject{
private:
std::string name;