User: xtoff
Date: 2009/10/26 11:15 AM
Added:
/DynamicProxy/trunk/src/Castle.DynamicProxy.Tests/Interfaces/
IDecimalOutParam.cs, IFooWithOutIntPtr.cs
Modified:
/DynamicProxy/trunk/src/Castle.DynamicProxy.Tests/
Castle.DynamicProxy.Tests-vs2008.csproj, RhinoMocksTestCase.cs
/DynamicProxy/trunk/src/Castle.DynamicProxy/Generators/
ClassProxyGenerator.cs
Log:
- fixed invalid Silverlight and Mono exclusions
Directory Changes:
Directory: /svn:mime-type/
==========================
+ application/octet-stream
--- DynamicProxy/trunk/src/Castle.DynamicProxy.Tests/RhinoMocksTestCase.cs
2009-10-26 18:09:33 UTC (rev 6264)
+++ DynamicProxy/trunk/src/Castle.DynamicProxy.Tests/RhinoMocksTestCase.cs
2009-10-26 18:15:42 UTC (rev 6265)
@@ -296,12 +296,6 @@
}
}
- public interface IDecimalOutParam
- {
- void Dance(out decimal fuel);
- void Run<T>(out T fuel);
- }
-
public class WithInternalMethod
{
internal virtual void Foo()
@@ -375,11 +369,6 @@
}
}
- public interface IFooWithOutIntPtr
- {
- int Bar(out IntPtr i);
- }
-
public class Foo : IFooWithOutIntPtr
{
File Changes:
Directory: /DynamicProxy/trunk/src/Castle.DynamicProxy.Tests/
=============================================================
File [modified]: Castle.DynamicProxy.Tests-vs2008.csproj
Delta lines: +0 -0
===================================================================
File [modified]: RhinoMocksTestCase.cs
Delta lines: +0 -0
===================================================================
Directory: /DynamicProxy/trunk/src/Castle.DynamicProxy/Generators/
==================================================================
File [modified]: ClassProxyGenerator.cs
Delta lines: +2 -0
===================================================================
---
DynamicProxy/trunk/src/Castle.DynamicProxy.Tests/Castle.DynamicProxy.Tests-vs2008.csproj
2009-10-26 18:09:33 UTC (rev 6264)
+++
DynamicProxy/trunk/src/Castle.DynamicProxy.Tests/Castle.DynamicProxy.Tests-vs2008.csproj
2009-10-26 18:15:42 UTC (rev 6265)
@@ -168,9 +168,11 @@
<Compile Include="InheritedInterfacesTestCase.cs" />
<Compile Include="InterceptorSelectorTestCase.cs" />
<Compile Include="InterfaceProxyWithTargetInterfaceTestCase.cs" />
+ <Compile Include="Interfaces\IDecimalOutParam.cs" />
<Compile Include="Interfaces\IdenticalInterfaces.cs" />
<Compile Include="Interfaces\IEmpty.cs" />
<Compile Include="Interfaces\IFooWithIntPtr.cs" />
+ <Compile Include="Interfaces\IFooWithOutIntPtr.cs" />
<Compile Include="Interfaces\IGenericWithRefOut.cs" />
<Compile Include="Interfaces\INullable.cs" />
Directory: /DynamicProxy/trunk/src/Castle.DynamicProxy.Tests/Interfaces/
========================================================================
File [added]: IDecimalOutParam.cs
Delta lines: +0 -0
===================================================================
Property changes on:
DynamicProxy/trunk/src/Castle.DynamicProxy.Tests/Interfaces/IDecimalOutParam.cs
___________________________________________________________________
File [added]: IFooWithOutIntPtr.cs
Delta lines: +0 -0
===================================================================
Property changes on:
DynamicProxy/trunk/src/Castle.DynamicProxy.Tests/Interfaces/IFooWithOutIntPtr.cs
___________________________________________________________________
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Castle Project Commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/castle-project-commits?hl=en
-~----------~----~----~----~------~----~------~--~---