Implement computePreambleBound and collect has_include in PPCallbacks (#44)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
namespace clice {
|
||||
|
||||
Server::Server() {
|
||||
Server::Server() : scheduler(database, {}) {
|
||||
addMethod("initialize", &Server::onInitialize);
|
||||
addMethod("initialized", &Server::onInitialized);
|
||||
addMethod("shutdown", &Server::onShutdown);
|
||||
|
||||
Reference in New Issue
Block a user