Add threaded session backend architecture with real SSH backend
This commit is contained in:
12
src/session_backend_factory.h
Normal file
12
src/session_backend_factory.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef ORBITHUB_SESSION_BACKEND_FACTORY_H
|
||||
#define ORBITHUB_SESSION_BACKEND_FACTORY_H
|
||||
|
||||
#include "profile_repository.h"
|
||||
|
||||
#include <memory>
|
||||
|
||||
class SessionBackend;
|
||||
|
||||
std::unique_ptr<SessionBackend> createSessionBackend(const Profile& profile);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user