First attempt at error-resistant /cpl directive
This commit is contained in:
@@ -242,23 +242,6 @@ public:
|
||||
//
|
||||
SourceDB &get_source() { return source_db_; }
|
||||
|
||||
// Rebuild the global environment from the source database.
|
||||
//
|
||||
// Error messages go to the specified actor, and also dprint.
|
||||
//
|
||||
// Returns true if the rebuild goes without errors.
|
||||
//
|
||||
bool rebuild_sourcedb(int64_t actor_id);
|
||||
|
||||
// Update the source database from disk, then rebuild the global environment.
|
||||
//
|
||||
// Error messages go to the specified actor, and also dprint.
|
||||
//
|
||||
// Returns true if the update goes without errors.
|
||||
//
|
||||
bool update_source(const util::LuaSourceVec &source, int64_t actor_id);
|
||||
bool update_source(std::string_view sourcepk, int64_t actor_id);
|
||||
|
||||
// Supply an HTTP response to an outstanding HTTP request.
|
||||
//
|
||||
void http_response(const HttpParser &response);
|
||||
|
||||
Reference in New Issue
Block a user