neuer test

This commit is contained in:
Johannes Theiner 2019-01-06 11:44:58 +01:00
parent a3546d7dc5
commit c03200e0ed
2 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,10 @@
namespace banking {
/**
* @author Johannes Theiner<kontakt@joethei.xyz>
* @version 1.0
*/
class Cash : public Money, public HeapObject{
private:
public:

View File

@ -3,10 +3,7 @@
#include <cstdlib>
/**
* @author Carsten Link
* @version 1.0
*/
class HeapObject {
public:
void *operator new(size_t size);