From 9d5d059a2147aa0fe38f7103148c020b66455e83 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Sat, 12 Jan 2019 11:11:10 -0600 Subject: Import code from old v4 repo --- src/ca/cost.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/ca/cost.h (limited to 'src/ca/cost.h') diff --git a/src/ca/cost.h b/src/ca/cost.h new file mode 100644 index 00000000..8b8e8874 --- /dev/null +++ b/src/ca/cost.h @@ -0,0 +1,9 @@ +#pragma once +// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. + + +const UINT COST_SECUREOBJECT = 1000; +const UINT COST_SERVICECONFIG = 1000; +const UINT COST_XMLFILE = 1000; +const UINT COST_CLOSEAPP = 500; + -- cgit v1.2.3-55-g6feb