Applied. Thanks!! On Thu, Feb 26, 2009 at 6:45 PM, "João P. Bragança" < [email protected]> wrote:
> The following doesn't work: > > facility SomeFacility(someArg): > configuration: > @attrib = 'blah' > > The ConfigrationExtension was being ignored. This patch should take care > of that. > > > > > Index: Facility.cs > =================================================================== > --- Facility.cs (revision 2065) > +++ Facility.cs (working copy) > @@ -74,6 +74,7 @@ > _key = name; > _facilityInstance = facilityInstance; > _configuration = > ConfigurationHelper.CreateConfiguration(null, "facility", null); > + _extensions = extensions; > } > > public Facility(string name, Type facilityInstance, > IDictionary configuration) > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" 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/rhino-tools-dev?hl=en -~----------~----~----~----~------~----~------~--~---
