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