Hi,

   + contrib/xhb/hbcompat.prg
     + Added equivalent function wrappers for all hbcompat.ch
       translations where such was possible (everywhere besides
       "dirty" extensions of original Clipper functions)

FUNCTION SubscribeNow( ... )
   RETURN {| mtx, nTimeOut, lSubscribed |
            local xSubscribed
lSubscribed := hb_mutexSubscribeNow( mtx, iif( hb_isNumeric( nTimeOut ), nTimeOut / 1000, ), @xSubscribed )
            return xSubscribed
          }:eval( ... )

Why this code is written in such complicated way???


Regards,
Mindaugas
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to