User: jonathon.rossi
Date: 2009/11/22 05:30 AM

Modified:
 /MonoRail/trunk/
 /MonoRail/trunk/src/
 /MonoRail/trunk/src/Castle.MonoRail.Framework/Routing/
  PatternRoute.cs

Log:
 Made PatternRoute.CreateUrl virtual.

Directory Changes:

Directory: /MonoRail/trunk/src/
===============================

Property changes on: MonoRail/trunk/src
___________________________________________________________________
Directory: /svn:ignore/
=======================

   + bin
*.suo
*.user


--- MonoRail/trunk/src/Castle.MonoRail.Framework/Routing/PatternRoute.cs        
2009-11-21 19:15:07 UTC (rev 6345)
+++ MonoRail/trunk/src/Castle.MonoRail.Framework/Routing/PatternRoute.cs        
2009-11-22 12:30:03 UTC (rev 6346)
@@ -38,7 +38,6 @@
                private readonly Dictionary<string, string> defaults =
                        new Dictionary<string, 
string>(StringComparer.InvariantCultureIgnoreCase);
 
-
                /// <summary>
                /// Initializes a new instance of the <see 
cref="PatternRoute"/> class.
                /// </summary>
@@ -73,7 +72,7 @@
                /// </summary>
                /// <param name="parameters">The parameters.</param>
                /// <returns></returns>
-               public string CreateUrl(IDictionary parameters)
+               public virtual string CreateUrl(IDictionary parameters)
                {
                        StringBuilder text = new StringBuilder();
                        IList<string> checkedParameters = new List<string>();
@@ -231,7 +230,6 @@
                        return url.Split(new char[] { '/', '.' }, 
StringSplitOptions.RemoveEmptyEntries);
                }
 
-
                private void CreatePatternNodes()
                {
Directory: /MonoRail/trunk/
===========================

Property changes on: MonoRail/trunk
___________________________________________________________________

File Changes:

Directory: /MonoRail/trunk/src/Castle.MonoRail.Framework/Routing/
=================================================================

File [modified]: PatternRoute.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=.


Reply via email to