X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmetadata%2Fsecurity-manager.c;h=47e916c3f9916bbddf34456dbe2caf10a963a2a0;hb=233bbcaaa3aa9f100ef6266236bf0b5a32b49a65;hp=e3c3cbc82d57a033d5ba8ba57de299dd7468fdbc;hpb=35190b72b593490781bcc2dff3787721d3d1c7a2;p=mono.git diff --git a/mono/metadata/security-manager.c b/mono/metadata/security-manager.c index e3c3cbc82d5..47e916c3f99 100644 --- a/mono/metadata/security-manager.c +++ b/mono/metadata/security-manager.c @@ -1,17 +1,19 @@ -/* - * security-manager.c: Security Manager (Unmanaged side) +/** + * \file + * Security Manager (Unmanaged side) * * Author: * Sebastien Pouliot * * Copyright 2005-2009 Novell, Inc (http://www.novell.com) + * Licensed under the MIT license. See LICENSE file in the project root for full license information. */ #include "security-manager.h" /* Class lazy loading functions */ -static GENERATE_GET_CLASS_WITH_CACHE (security_manager, System.Security, SecurityManager) -static GENERATE_TRY_GET_CLASS_WITH_CACHE (execution_context, System.Threading, ExecutionContext) +static GENERATE_GET_CLASS_WITH_CACHE (security_manager, "System.Security", "SecurityManager") +static GENERATE_TRY_GET_CLASS_WITH_CACHE (execution_context, "System.Threading", "ExecutionContext") static MonoSecurityMode mono_security_mode = MONO_SECURITY_MODE_NONE;