diff options
Diffstat (limited to 'utils/libservice/include')
6 files changed, 8 insertions, 0 deletions
diff --git a/utils/libservice/include/libservice/common.hpp b/utils/libservice/include/libservice/common.hpp index 32e2a50..3c32966 100644 --- a/utils/libservice/include/libservice/common.hpp +++ b/utils/libservice/include/libservice/common.hpp @@ -1,4 +1,5 @@ /** + * \file * \author Egor Tensin <Egor.Tensin@gmail.com> * \date 2015 * \copyright This file is licensed under the terms of the MIT License. diff --git a/utils/libservice/include/libservice/interface.hpp b/utils/libservice/include/libservice/interface.hpp index 058470c..53751b2 100644 --- a/utils/libservice/include/libservice/interface.hpp +++ b/utils/libservice/include/libservice/interface.hpp @@ -1,4 +1,5 @@ /** + * \file * \author Egor Tensin <Egor.Tensin@gmail.com> * \date 2015 * \copyright This file is licensed under the terms of the MIT License. diff --git a/utils/libservice/include/libservice/service.hpp b/utils/libservice/include/libservice/service.hpp index a14f0e2..d350c91 100644 --- a/utils/libservice/include/libservice/service.hpp +++ b/utils/libservice/include/libservice/service.hpp @@ -20,6 +20,9 @@ namespace libservice class Service { public: + static bool does_exist(const ServiceManager&, + const std::string& name); + static Service open(const ServiceManager&, const std::string& name); static Service install(const ServiceManager&, diff --git a/utils/libservice/include/libservice/service_manager.hpp b/utils/libservice/include/libservice/service_manager.hpp index a2bb268..c39b99e 100644 --- a/utils/libservice/include/libservice/service_manager.hpp +++ b/utils/libservice/include/libservice/service_manager.hpp @@ -1,4 +1,5 @@ /** + * \file * \author Egor Tensin <Egor.Tensin@gmail.com> * \date 2015 * \copyright This file is licensed under the terms of the MIT License. diff --git a/utils/libservice/include/libservice/singleton.hpp b/utils/libservice/include/libservice/singleton.hpp index bd137e7..a9d55ad 100644 --- a/utils/libservice/include/libservice/singleton.hpp +++ b/utils/libservice/include/libservice/singleton.hpp @@ -1,4 +1,5 @@ /** + * \file * \author Egor Tensin <Egor.Tensin@gmail.com> * \date 2015 * \copyright This file is licensed under the terms of the MIT License. diff --git a/utils/libservice/include/libservice/windows_error.hpp b/utils/libservice/include/libservice/windows_error.hpp index 57730d5..907c7e7 100644 --- a/utils/libservice/include/libservice/windows_error.hpp +++ b/utils/libservice/include/libservice/windows_error.hpp @@ -1,4 +1,5 @@ /** + * \file * \author Egor Tensin <Egor.Tensin@gmail.com> * \date 2015 * \copyright This file is licensed under the terms of the MIT License. |