template tidying
This commit is contained in:
@@ -26,6 +26,7 @@ class template_info {
|
||||
std::string name() const { return mTemplateName; }
|
||||
std::string locationID() const { return mLocationID; }
|
||||
std::filesystem::path local_template_path() const { return mTemplateLocalPath; }
|
||||
std::filesystem::path local_template_service_env_path();
|
||||
std::filesystem::path local_template_info_env_path();
|
||||
bool template_valid() const { return mTemplateValid; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user