You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by pn...@apache.org on 2019/09/24 18:47:29 UTC

[celix] branch develop updated: CELIX-468: Reintroduces constants.h which now includes celix_constants.h to ensure backwards compatibility.

This is an automated email from the ASF dual-hosted git repository.

pnoltes pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/celix.git


The following commit(s) were added to refs/heads/develop by this push:
     new 37c7ad0  CELIX-468: Reintroduces constants.h which now includes celix_constants.h to ensure backwards compatibility.
37c7ad0 is described below

commit 37c7ad0a6d7cbcb8b608adf46e3d020363979a74
Author: Pepijn Noltes <pe...@gmail.com>
AuthorDate: Tue Sep 24 20:46:28 2019 +0200

    CELIX-468: Reintroduces constants.h which now includes celix_constants.h to ensure backwards compatibility.
---
 libs/framework/include/constants.h | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/libs/framework/include/constants.h b/libs/framework/include/constants.h
new file mode 100644
index 0000000..c36baf8
--- /dev/null
+++ b/libs/framework/include/constants.h
@@ -0,0 +1,27 @@
+/**
+ *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.
+ */
+
+#ifndef CELIX_CONSTANTS_H
+#define CELIX_CONSTANTS_H
+
+//NOTE deprecated header, but still exist to ensure backward compatibility
+
+#include "celix_constants.h"
+
+#endif //CELIX_CONSTANTS_H