Update of /cvsroot/dotnetmock/dotnetmock/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv12160/lib
Modified Files:
nunit.framework.dll
Added Files:
corprof.idl corprof.tlb
Log Message:
- Added new NUnit version
- Added CLR Profiling TLB's & IDL's
--- NEW FILE: corprof.idl ---
// ==++==
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// ==--==
/**************************************************************************************
** **
** Corprof.idl - CLR Profiling interfaces. **
** **
**************************************************************************************/
/* -------------------------------------------------------------------------- *
* Imported types
* -------------------------------------------------------------------------- */
#if !DUMMY_DEFINITIONS_BECAUSE_I_CANT_FIGURE_OUT_HOW_TO_IMPORT_THESE
/* -------------------------------------------------------------------------- *
[...1703 lines suppressed...]
* You may not free it. This should be used in conjunction with
* SetILFunctionBody.
*/
[
object,
uuid(A0EFB28B-6EE2-4d7b-B983-A75EF7BEEDB8),
pointer_default(unique),
local
]
interface IMethodMalloc : IUnknown
{
/*
* Tries to allocate memory above the start address of the module from
* which it was created. It is important to note that this method may
* fail to allocate the memory specified above the start address, and
* may as a result return E_OUTOFMEMORY.
*/
void *Alloc(
[in] ULONG cb);
}
--- NEW FILE: corprof.tlb ---
(This appears to be a binary file; contents omitted.)
Index: nunit.framework.dll
===================================================================
RCS file: /cvsroot/dotnetmock/dotnetmock/lib/nunit.framework.dll,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
Binary files /tmp/cvsvzcnOg and /tmp/cvsIU8mPl differ
|