blob: e1c668e7dcb2751ff832c102af830df60cc9da85 [file] [log] [blame]
/*
*
* Copyright (c) 2016-2017 Nest Labs, Inc.
* All rights reserved.
*
* 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.
*/
#ifndef _WEAVE_DATA_MANAGEMENT_MANAGEDNAMESPACE_LEGACY_H
#define _WEAVE_DATA_MANAGEMENT_MANAGEDNAMESPACE_LEGACY_H
#include <Weave/Support/ManagedNamespace.hpp>
#if defined(WEAVE_CONFIG_DATA_MANAGEMENT_NAMESPACE) && WEAVE_CONFIG_DATA_MANAGEMENT_NAMESPACE != kWeaveManagedNamespace_Legacy
#error Compiling Weave Data Management legacy-designated managed namespace file with WEAVE_CONFIG_DATA_MANAGEMENT_NAMESPACE defined != kWeaveManagedNamespace_Legacy
#endif
#ifndef WEAVE_CONFIG_DATA_MANAGEMENT_NAMESPACE
#define WEAVE_CONFIG_DATA_MANAGEMENT_NAMESPACE kWeaveManagedNamespace_Legacy
#endif
namespace nl {
namespace Weave {
namespace Profiles {
/**
* @namespace nl::Weave::Profiles::DataManagement_Legacy
*
* @brief
* This namespace includes all interfaces within Weave for the
* Weave Data Management (WDM) profile that are about to be deprecated.
*/
namespace WeaveMakeManagedNamespaceIdentifier(DataManagement, kWeaveManagedNamespaceDesignation_Legacy) { };
namespace DataManagement = WeaveMakeManagedNamespaceIdentifier(DataManagement, kWeaveManagedNamespaceDesignation_Legacy);
}; // namespace Profiles
}; // namespace Weave
}; // namespace nl
#endif // _WEAVE_DATA_MANAGEMENT_MANAGEDNAMESPACE_LEGACY_H