/******************************************************** * Storage.h * * * * XFX::Storage namespace include file * * Copyright © XFX Team. All Rights Reserved * ********************************************************/ #ifndef _XFX_STORAGE_ #define _XFX_STORAGE_ #include "StorageContainer.h" #include "StorageDevice.h" #include "StorageDeviceNotConnectedException.h" #endif //_XFX_STORAGE_