2 Copyright (C) 2018, The AROS Development Team. All rights reserved.
6 #include <aros/debug.h>
9 #include <utility/tagitem.h>
11 #include "storage_intern.h"
13 OOP_Object
*StorageUnit__Root__New(OOP_Class
*cl
, OOP_Object
*o
, struct pRoot_New
*msg
)
15 D(bug ("[Storage:Unit] Root__New()\n");)
16 return (OOP_Object
*)OOP_DoSuperMethod(cl
, o
, (OOP_Msg
)msg
);
19 VOID
StorageUnit__Root__Dispose(OOP_Class
*cl
, OOP_Object
*o
, OOP_Msg msg
)
21 D(bug ("[Storage:Unit] Root__Dispose()\n");)
22 OOP_DoSuperMethod(cl
, o
, msg
);