Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
centreon
centreon-connectors
Commits
0cd47807
Commit
0cd47807
authored
Jun 03, 2022
by
David Boucher
Browse files
fix(headers): forgotten files added from dev branch
parent
b4de951b
Changes
2
Hide whitespace changes
Inline
Side-by-side
perl/precomp_inc/precomp.hh
0 → 100644
View file @
0cd47807
/**Copyright 2022 Centreon ****Licensed under the Apache License,
Version 2.0(the "License");
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
**
** http://www.apache.org/licenses/LICENSE-2.0
**
** Unless required by applicable law or agreed to in writing, software
** distributed under the License is distributed on an "AS IS" BASIS,
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
**
** For more information : contact@centreon.com
*/
#ifndef CCCP_PRECOMP_HH
#define CCCP_PRECOMP_HH
#include
<sys/wait.h>
#include
<unistd.h>
#include
<chrono>
#include
<cstdio>
#include
<ctime>
#include
<fstream>
#include
<iostream>
#include
<list>
#include
<map>
#include
<memory>
#include
<queue>
#include
<set>
#include
<string>
#include
<asio.hpp>
#include
<absl/container/flat_hash_map.h>
#include
<absl/container/flat_hash_set.h>
#include
<spdlog/common.h>
#include
<spdlog/fmt/ostr.h>
#include
<spdlog/spdlog.h>
using
shared_io_context
=
std
::
shared_ptr
<
asio
::
io_context
>
;
using
system_clock
=
std
::
chrono
::
system_clock
;
using
time_point
=
system_clock
::
time_point
;
using
duration
=
system_clock
::
duration
;
#endif // CCCP_PRECOMP_HH
\ No newline at end of file
ssh/precomp_inc/precomp.hh
0 → 100644
View file @
0cd47807
/**Copyright 2022 Centreon ****Licensed under the Apache License,
Version 2.0(the "License");
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
**
** http://www.apache.org/licenses/LICENSE-2.0
**
** Unless required by applicable law or agreed to in writing, software
** distributed under the License is distributed on an "AS IS" BASIS,
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
**
** For more information : contact@centreon.com
*/
#ifndef CCCS_PRECOMP_HH
#define CCCS_PRECOMP_HH
#include
<asio.hpp>
#include
<chrono>
#include
<cstdio>
#include
<ctime>
#include
<fstream>
#include
<iostream>
#include
<list>
#include
<map>
#include
<memory>
#include
<queue>
#include
<set>
#include
<sstream>
#include
<string>
#include
<libssh2.h>
#include
<spdlog/common.h>
#include
<spdlog/fmt/ostr.h>
#include
<spdlog/spdlog.h>
#include
<absl/container/flat_hash_map.h>
#include
<absl/container/flat_hash_set.h>
#include
<boost/smart_ptr/shared_array.hpp>
using
shared_io_context
=
std
::
shared_ptr
<
asio
::
io_context
>
;
using
system_clock
=
std
::
chrono
::
system_clock
;
using
time_point
=
system_clock
::
time_point
;
using
duration
=
system_clock
::
duration
;
#endif // CCCS_PRECOMP_HH
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment