diff options
Diffstat (limited to 'dev/Mod/MBCI')
| -rw-r--r-- | dev/Mod/MBCI/MBCI.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/Mod/MBCI/MBCI.h b/dev/Mod/MBCI/MBCI.h index c9ce73fb..d20f7934 100644 --- a/dev/Mod/MBCI/MBCI.h +++ b/dev/Mod/MBCI/MBCI.h @@ -23,7 +23,7 @@ #define kMBCIZeroSz (8) -namespace Kernel +namespace NeOS { struct IMBCIHost; @@ -95,6 +95,6 @@ namespace Kernel /// @brief An AuthKey is a context used to decrpy data from an MBCI packet. typedef UInt64 MBCIAuthKeyType; -} // namespace Kernel +} // namespace NeOS #endif // ifndef _INC_MODULE_MBCI_H_ |
