10_PITF: Dokumentations Test
This commit is contained in:
parent
ee0fa98d8f
commit
bf7e06ddcd
|
@ -4,6 +4,10 @@
|
|||
#include "BankAccount.h"
|
||||
#include "HeapObject.h"
|
||||
|
||||
/**
|
||||
* Ein Test
|
||||
* @author Johannes Theiner
|
||||
*/
|
||||
class Bank : public HeapObject{
|
||||
private:
|
||||
std::string name;
|
||||
|
|
Loading…
Reference in New Issue