NO-JIRA: c++ backwards compatible thread_safe.hpp stub Empty file to prevent compile failures for code with #include thread_safe.
Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/28061408 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/28061408 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/28061408 Branch: refs/heads/go1 Commit: 2806140889079fd082a748e56e383bbc7d091f06 Parents: d0d61a5 Author: Alan Conway <[email protected]> Authored: Wed Aug 30 16:13:36 2017 -0400 Committer: Alan Conway <[email protected]> Committed: Wed Aug 30 16:15:04 2017 -0400 ---------------------------------------------------------------------- .../bindings/cpp/include/proton/thread_safe.hpp | 26 ++++++++++++++++++++ 1 file changed, 26 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/28061408/proton-c/bindings/cpp/include/proton/thread_safe.hpp ---------------------------------------------------------------------- diff --git a/proton-c/bindings/cpp/include/proton/thread_safe.hpp b/proton-c/bindings/cpp/include/proton/thread_safe.hpp new file mode 100644 index 0000000..7fc1bcd --- /dev/null +++ b/proton-c/bindings/cpp/include/proton/thread_safe.hpp @@ -0,0 +1,26 @@ +#ifndef PROTON_THREAD_SAFE_HPP +#define PROTON_THREAD_SAFE_HPP + +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ + +// DEPRECATED: This file is no longer used and will be removed, +// you should not include it in your code. + +#endif // PROTON_THREAD_SAFE_HPP --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
