User: xtoff
Date: 2009/12/18 03:30 PM
Modified:
/InversionOfControl/trunk/src/Castle.MicroKernel/Lifestyle/
PoolableLifestyleManager.cs
/InversionOfControl/trunk/src/Castle.MicroKernel/ModelBuilder/Inspectors/
InterceptorInspector.cs
Log:
- #if (!SILVERLIGHT) [Serializable] #endif for two more classes
File Changes:
Directory:
/InversionOfControl/trunk/src/Castle.MicroKernel/ModelBuilder/Inspectors/
====================================================================================
File [modified]: InterceptorInspector.cs
Delta lines: +0 -0
===================================================================
Directory: /InversionOfControl/trunk/src/Castle.MicroKernel/Lifestyle/
======================================================================
File [modified]: PoolableLifestyleManager.cs
Delta lines: +2 -0
===================================================================
---
InversionOfControl/trunk/src/Castle.MicroKernel/ModelBuilder/Inspectors/InterceptorInspector.cs
2009-12-18 22:25:23 UTC (rev 6460)
+++
InversionOfControl/trunk/src/Castle.MicroKernel/ModelBuilder/Inspectors/InterceptorInspector.cs
2009-12-18 22:30:25 UTC (rev 6461)
@@ -23,7 +23,9 @@
/// Inspect the component for <c>InterceptorAttribute</c> and
/// the configuration for the interceptors node
/// </summary>
+#if (!SILVERLIGHT)
[Serializable]
+#endif
public class InterceptorInspector :
IContributeComponentModelConstruction
{
--
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.