2010-12-04 16:14:34 +00:00
|
|
|
|
/********************************************************
|
|
|
|
|
* Storage.h *
|
|
|
|
|
* *
|
|
|
|
|
* XFX::Storage namespace include file *
|
2010-12-27 01:01:25 +00:00
|
|
|
|
* Copyright <EFBFBD> XFX Team. All Rights Reserved *
|
2010-12-04 16:14:34 +00:00
|
|
|
|
********************************************************/
|
2010-12-27 01:01:25 +00:00
|
|
|
|
#ifndef _XFX_STORAGE_
|
|
|
|
|
#define _XFX_STORAGE_
|
2010-12-04 16:14:34 +00:00
|
|
|
|
|
2011-01-16 00:47:37 +00:00
|
|
|
|
#include "Storage/StorageContainer.h"
|
|
|
|
|
#include "Storage/StorageDevice.h"
|
|
|
|
|
#include "Storage/StorageDeviceNotConnectedException.h"
|
2010-12-04 16:14:34 +00:00
|
|
|
|
|
2010-12-27 01:01:25 +00:00
|
|
|
|
#endif //_XFX_STORAGE_
|