This commit is contained in:
Your Name
2025-05-03 09:36:54 +12:00
parent ceb31057a9
commit 66cfde013c
14 changed files with 92 additions and 40 deletions

View File

@@ -11,7 +11,7 @@
#include <filesystem>
#include <sqlite3.h> // Include SQLite header
namespace dropshell {
namespace simple_object_storage {
class Server {
public:
@@ -41,6 +41,6 @@ private:
// Removed _isInitialized - will rely on db_ pointer
};
} // namespace dropshell
} // namespace simple_object_storage
#endif