revert commit 56204.
[AROS.git] / rom / hidds / base / storage / storage_unitclass.c
blobeeba4cc1f4a8860e070dbc3e82a832a8d385088a
1 /*
2 Copyright (C) 2018, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include <aros/debug.h>
8 #include <oop/oop.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);