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