diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2015-05-11 00:27:54 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2015-05-11 00:27:54 +0300 |
commit | 87300e1eeb419d8d5e027779d2d89c4a860a39de (patch) | |
tree | ff697ca8ed48fe9a8403994647a5321ad2957ba9 /utils/libservice/include | |
parent | utils: add README (diff) | |
download | windows7-drivers-87300e1eeb419d8d5e027779d2d89c4a860a39de.tar.gz windows7-drivers-87300e1eeb419d8d5e027779d2d89c4a860a39de.zip |
utils: add the '\file' Doxygen field
Diffstat (limited to '')
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. |