Hello David, In one hand, it was just to point out that I expected both to be either "in" or "in out". In other hand, it was to understand how it can work like that. Looking at the body, now I can understand there is a magic trick ;-) As now Ada 2012 can avoid that, why not write it with both "in out"?
I open a ticket. Regards, Pascal. http://blady.pagesperso-orange.fr Le 11 mai 2015 à 00:12, Rabbi David Botton <[email protected]> a écrit : > Just to confirm, is this something you feel needs to be changed? I'd just > assume leave alone as is. > > David Botton > > > On Sat, May 9, 2015 at 9:22 PM Rabbi David Botton <[email protected]> wrote: > In out parameters for functions were not party of Ada 95 which was what I > used when I first wrote that. It probably should be changed given the > language update. > > David Botton > On Sat, May 9, 2015 at 12:57 PM Pascal <[email protected]> wrote: > Hello, > > Extract of Gnoga.Server.Database.SQLite: > overriding > procedure Next (RS : in out Recordset); > -- Go to next row > > overriding > function Next (RS : Recordset) return Boolean; > -- Go to next row and return true if not End of Recordset > > Why the function Next is not modifying RS as procedure Next does? > Is it correct? > > Thanks, Pascal. > http://blady.pagesperso-orange.fr > > > > ------------------------------------------------------------------------------ > One dashboard for servers and applications across Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable Insights > Deep dive visibility with transaction tracing using APM Insight. > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > _______________________________________________ > Gnoga-list mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/gnoga-list > ------------------------------------------------------------------------------ > One dashboard for servers and applications across Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable Insights > Deep dive visibility with transaction tracing using APM Insight. > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y_______________________________________________ > Gnoga-list mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/gnoga-list ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ Gnoga-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gnoga-list
