neuer test
This commit is contained in:
parent
a3546d7dc5
commit
c03200e0ed
|
@ -7,7 +7,10 @@
|
|||
|
||||
namespace banking {
|
||||
|
||||
|
||||
/**
|
||||
* @author Johannes Theiner<kontakt@joethei.xyz>
|
||||
* @version 1.0
|
||||
*/
|
||||
class Cash : public Money, public HeapObject{
|
||||
private:
|
||||
public:
|
||||
|
|
|
@ -3,10 +3,7 @@
|
|||
|
||||
#include <cstdlib>
|
||||
|
||||
/**
|
||||
* @author Carsten Link
|
||||
* @version 1.0
|
||||
*/
|
||||
|
||||
class HeapObject {
|
||||
public:
|
||||
void *operator new(size_t size);
|
||||
|
|
Loading…
Reference in New Issue