blob: ebcefc698323e9cdf3986cd9d3ac4112fbb515fd [file] [log] [blame]
// Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHAPS_OBJECT_POLICY_KEY_H_
#define CHAPS_OBJECT_POLICY_KEY_H_
#include "chaps/object_policy_common.h"
namespace chaps {
// Enforces common policies for key objects.
class ObjectPolicyKey : public ObjectPolicyCommon {
public:
ObjectPolicyKey();
virtual ~ObjectPolicyKey();
virtual void SetDefaultAttributes();
};
} // namespace chaps
#endif // CHAPS_OBJECT_POLICY_KEY_H_