mirror of
https://github.com/avinal/Krypto.git
synced 2026-01-09 22:58:36 +05:30
change namespace name
This commit is contained in:
@@ -23,7 +23,7 @@ namespace fs = std::filesystem;
|
||||
#if !defined(UTILS_HPP)
|
||||
#define UTILS_HPP
|
||||
|
||||
namespace MCPS {
|
||||
namespace krypto {
|
||||
|
||||
struct filestat {
|
||||
std::string filename;
|
||||
@@ -62,6 +62,6 @@ public:
|
||||
uint64_t in_size);
|
||||
};
|
||||
|
||||
} // namespace MCPS
|
||||
} // namespace krypto
|
||||
|
||||
#endif // UTILS_HPP
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
#include "Utils.h"
|
||||
|
||||
namespace MCPS {
|
||||
namespace krypto {
|
||||
|
||||
/**
|
||||
* Generates file stats for a given file name.
|
||||
@@ -109,4 +109,4 @@ std::unordered_map<std::string, filestat> fileop::scan_current_directory() {
|
||||
}
|
||||
return _files;
|
||||
}
|
||||
} // namespace MCPS
|
||||
} // namespace krypto
|
||||
|
||||
Reference in New Issue
Block a user