User: xtoff
Date: 2009/12/20 06:01 AM
Modified:
/InversionOfControl/trunk/src/Castle.Windsor/Adapters/ComponentModel/
ContainerWrapper.cs, IContainerAdapter.cs
Log:
- more fixes for SILVERLIGHT
File Changes:
Directory: /InversionOfControl/trunk/src/Castle.Windsor/Adapters/ComponentModel/
================================================================================
File [modified]: ContainerWrapper.cs
Delta lines: +5 -0
===================================================================
---
InversionOfControl/trunk/src/Castle.Windsor/Adapters/ComponentModel/IContainerAdapter.cs
2009-12-20 12:46:02 UTC (rev 6501)
+++
InversionOfControl/trunk/src/Castle.Windsor/Adapters/ComponentModel/IContainerAdapter.cs
2009-12-20 13:01:22 UTC (rev 6502)
@@ -28,6 +28,8 @@
public interface IContainerAdapter : IComponent, IContainer,
IServiceContainer,
#else
+ using System;
+
/// <summary>
/// Integrates the <see cref="WindsorContainer"/> to the
System.ComponentModel
/// and System.ComponentMode.Design infrastructure.
@@ -38,5 +40,8 @@
#endif
IContainerAccessor
{
+#if (SILVERLIGHT)
+ object GetService(Type serviceType);
+#endif
}
File [modified]: IContainerAdapter.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.