1-800-DONTUSEOSS
:-p

On Wed, Dec 10, 2008 at 10:08 PM, Ayende Rahien <[EMAIL PROTECTED]> wrote:
> Yes, it is.
> I am waiting for the user that would complain about it :-)
> On Thu, Dec 11, 2008 at 12:56 AM, hammett <[EMAIL PROTECTED]> wrote:
>>
>> Breaking changes? :-)
>>
>> On Wed, Dec 10, 2008 at 9:18 PM,  <[EMAIL PROTECTED]> wrote:
>> >
>> > User: ayende
>> > Date: 2008/12/10 10:18 PM
>> >
>> > Modified:
>> >  /trunk/InversionOfControl/Castle.Windsor/
>> >  IWindsorContainer.cs, WindsorContainer.cs
>> >
>> > Log:
>> >  Renaming two methods to better match what they are doing
>> >
>> > File Changes:
>> >
>> > Directory: /trunk/InversionOfControl/Castle.Windsor/
>> > ====================================================
>> >
>> > File [modified]: IWindsorContainer.cs
>> > Delta lines: +2 -2
>> > ===================================================================
>> >
>> > --- trunk/InversionOfControl/Castle.Windsor/WindsorContainer.cs
>> > 2008-12-11 05:12:02 UTC (rev 5441)
>> > +++ trunk/InversionOfControl/Castle.Windsor/WindsorContainer.cs
>> > 2008-12-11 05:18:40 UTC (rev 5442)
>> > @@ -478,7 +478,7 @@
>> >                /// <typeparam name="I"></typeparam>
>> >                /// <typeparam name="T"></typeparam>
>> >                /// <param name="extendedProperties"></param>
>> > -               public IWindsorContainer AddComponentLifeStyle<I,
>> > T>(IDictionary extendedProperties) where T : class
>> > +               public IWindsorContainer AddComponentProperties<I,
>> > T>(IDictionary extendedProperties) where T : class
>> >                {
>> >                        Type t = typeof(T);
>> >                        AddComponentWithProperties(t.FullName, typeof(I),
>> > t, extendedProperties);
>> > @@ -494,7 +494,7 @@
>> >                /// <typeparam name="T"></typeparam>
>> >                /// <param name="key"></param>
>> >                /// <param name="extendedProperties"></param>
>> > -               public IWindsorContainer AddComponentLifeStyle<I,
>> > T>(string key, IDictionary extendedProperties) where T : class
>> > +               public IWindsorContainer AddComponentProperties<I,
>> > T>(string key, IDictionary extendedProperties) where T : class
>> >                {
>> >                        AddComponentWithProperties(key, typeof(I),
>> > typeof(T), extendedProperties);
>> >
>> > File [modified]: WindsorContainer.cs
>> > Delta lines: +0 -0
>> > ===================================================================
>> >
>> >
>> > >
>> >
>>
>>
>>
>> --
>> Cheers,
>> hammett
>> http://hammett.castleproject.org/
>>
>>
>
>
> >
>



-- 
Cheers,
hammett
http://hammett.castleproject.org/

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Castle Project Development List" 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-devel?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to