blob: 32502313d572857e40b50052e035cbbd638e8fe8 [file] [log] [blame]
// Copyright 2007-2009 Google Inc.
//
// 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.
// ========================================================================
// See the comments in omaha/common/scoped_any.h for details.
#ifndef OMAHA_COMMON_SHARED_ANY__
#define OMAHA_COMMON_SHARED_ANY__
#pragma warning(push)
// C4640: construction of local static object is not thread-safe
#pragma warning(disable : 4640)
#include "omaha/third_party/smartany/shared_any.h"
#pragma warning(pop)
#endif // OMAHA_COMMON_SHARED_ANY__