Refactored namespaces

This commit is contained in:
emeric
2024-03-12 08:32:08 +01:00
parent 487960b413
commit 4b7c4295ec
501 changed files with 12605 additions and 12631 deletions
+4 -4
View File
@@ -27,18 +27,18 @@
#include "ClientInfo.hpp"
#include "ProtocolVersion.hpp"
namespace Database
namespace lms::db
{
class Session;
}
namespace API::Subsonic
namespace lms::api::subsonic
{
struct RequestContext
{
const Wt::Http::ParameterMap& parameters;
Database::Session& dbSession;
Database::UserId userId;
db::Session& dbSession;
db::UserId userId;
ClientInfo clientInfo;
ProtocolVersion serverProtocolVersion;
bool enableOpenSubsonic{ true };