User: xtoff
Date: 2010/02/20 05:09 AM
Added:
/DynamicProxy/trunk/src/Castle.DynamicProxy.Tests/Interfaces/
IBase.cs, ISub1.cs, ISub2.cs
Log:
- adding missing files
File Changes:
Directory: /DynamicProxy/trunk/src/Castle.DynamicProxy.Tests/Interfaces/
========================================================================
File [added]: IBase.cs
Delta lines: +21 -0
===================================================================
--- DynamicProxy/trunk/src/Castle.DynamicProxy.Tests/Interfaces/ISub1.cs
(rev 0)
+++ DynamicProxy/trunk/src/Castle.DynamicProxy.Tests/Interfaces/ISub1.cs
2010-02-20 12:09:31 UTC (rev 6749)
@@ -0,0 +1,21 @@
+// Copyright 2004-2010 Castle Project - http://www.castleproject.org/
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+namespace Castle.DynamicProxy.Tests.Interfaces
+{
+ public interface ISub1 : IBase
+ {
+ void Bar();
+ }
+}
File [added]: ISub1.cs
Delta lines: +21 -0
===================================================================
--- DynamicProxy/trunk/src/Castle.DynamicProxy.Tests/Interfaces/ISub2.cs
(rev 0)
+++ DynamicProxy/trunk/src/Castle.DynamicProxy.Tests/Interfaces/ISub2.cs
2010-02-20 12:09:31 UTC (rev 6749)
@@ -0,0 +1,21 @@
+// Copyright 2004-2010 Castle Project - http://www.castleproject.org/
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+namespace Castle.DynamicProxy.Tests.Interfaces
+{
+ public interface ISub2 : IBase
+ {
+ void Baz();
+ }
+}
File [added]: ISub2.cs
Delta lines: +0 -0
===================================================================
--
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.