Revision: 13569
          
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13569&view=rev
Author:   druzus
Date:     2010-01-14 09:11:48 +0000 (Thu, 14 Jan 2010)

Log Message:
-----------
2010-01-14 10:11 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
  * harbour/include/hbclass.ch
    ! fixed compilation with strong typed parameters in method
      implementation
    * enable strict parameters validation only when method is declared
      with (), i.e.:
         method open
      does not force any parameter validation so it can be implemented
      with any parameters but:
         method open()
      needs open method implementation with only one parameter and:
         method open( file )
      needs open method implementation with exactly one parameter 'file'

Modified Paths:
--------------
    trunk/harbour/ChangeLog
    trunk/harbour/include/hbclass.ch


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to