hammett 2004/04/09 19:11:48
Modified: avalon-net/DynamicProxy/DynamicProxyTest
ProxyGeneratorTestCase.cs
Log:
NAnt compilation scripts.
Revision Changes Path
1.3 +0 -50
avalon-sandbox/avalon-net/DynamicProxy/DynamicProxyTest/ProxyGeneratorTestCase.cs
Index: ProxyGeneratorTestCase.cs
===================================================================
RCS file:
/home/cvs/avalon-sandbox/avalon-net/DynamicProxy/DynamicProxyTest/ProxyGeneratorTestCase.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ProxyGeneratorTestCase.cs 7 Mar 2004 22:06:40 -0000 1.2
+++ ProxyGeneratorTestCase.cs 10 Apr 2004 02:11:48 -0000 1.3
@@ -262,55 +262,5 @@
#endregion
}
-
-
- /*
- public class MyTest : IMyInterface
- {
- IInvocationHandler handler = null;
-
- #region IMyInterface Members
-
- public String Nome
- {
- get
- {
- // TODO: Add MyTest.Nome getter implementation
- return null;
- }
- set
- {
- // TODO: Add MyTest.Nome setter implementation
- }
- }
-
- public void Calc(int x, String y)
- {
- MethodBase method = MethodBase.GetCurrentMethod();
- handler.Invoke( this, method, x, y );
- }
-
- public void Calc(int x, String y, Single ip)
- {
- MethodBase method = MethodBase.GetCurrentMethod();
- handler.Invoke( this, method, x, y, ip );
- }
-
- public int Calc(int x, int y)
- {
- MethodBase method = MethodBase.GetCurrentMethod();
- return (int) handler.Invoke( this, method, x, y );
- }
-
- public int Calc(int x, int y, int z, Single h)
- {
- MethodBase method = MethodBase.GetCurrentMethod();
- return (int) handler.Invoke( this, method, x, y, h );
- }
-
- #endregion
-
- }*/
-
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]