Servers
This commit is contained in:
@ -5,6 +5,8 @@
|
||||
#include <string>
|
||||
#include <algorithm>
|
||||
|
||||
namespace dropshell {
|
||||
|
||||
template_manager::template_manager() {
|
||||
// Constructor implementation
|
||||
}
|
||||
@ -74,3 +76,4 @@ bool template_manager::get_template_info(const std::string& name, template_info&
|
||||
return false;
|
||||
}
|
||||
|
||||
} // namespace dropshell
|
Reference in New Issue
Block a user