diff options
| author | Randi Joseph <randi@codehalo.com> | 2016-12-13 10:21:38 -0500 |
|---|---|---|
| committer | Randi Joseph <randi@codehalo.com> | 2016-12-13 10:21:38 -0500 |
| commit | b2adfa8c514b9015412f2c13429928ccc038f0ba (patch) | |
| tree | ab5d7599825e8428284effcc5a9fb24f91da6a5b /src/wallet/api/wallet_manager.h | |
| parent | 1a286061ff294f8fd8910492e1725b08d0942377 (diff) | |
| download | monzero-core-b2adfa8c514b9015412f2c13429928ccc038f0ba.tar.gz monzero-core-b2adfa8c514b9015412f2c13429928ccc038f0ba.tar.xz monzero-core-b2adfa8c514b9015412f2c13429928ccc038f0ba.zip | |
Bitmonero namespace renamed Monero. Bitmonero namespace alias added so that third party uses of the wallet api can transition.
Diffstat (limited to 'src/wallet/api/wallet_manager.h')
| -rw-r--r-- | src/wallet/api/wallet_manager.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wallet/api/wallet_manager.h b/src/wallet/api/wallet_manager.h index d454548f8..fe9662534 100644 --- a/src/wallet/api/wallet_manager.h +++ b/src/wallet/api/wallet_manager.h @@ -32,7 +32,7 @@ #include "wallet/wallet2_api.h" #include <string> -namespace Bitmonero { +namespace Monero { class WalletManagerImpl : public WalletManager { @@ -61,3 +61,5 @@ private: }; } // namespace + +namespace Bitmonero = Monero; |
