Util.h 233 B

123456789101112131415
  1. #ifndef UTIL_UTIL_H
  2. #define UTIL_UTIL_H
  3. #include <string>
  4. namespace PresenceDetection {
  5. namespace Util {
  6. std::string CreateRandomString(size_t length);
  7. } // namespace Util
  8. } // namespace PresenceDetection
  9. #endif // UTIL_UTIL_H