From 5b75b78079a4f3aea69228139da2f91e1d44349e Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 6 Oct 2008 20:33:38 +0000 Subject: [PATCH] 2008-10-06 22:33 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/rtl/tobject.prg ! Formatting to some old code. --- harbour/ChangeLog | 10 +++++++--- harbour/source/rtl/tobject.prg | 9 ++++----- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 9c5a444a5f..f60a9e14ba 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,10 +8,14 @@ 2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org) */ +2008-10-06 22:33 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * source/rtl/tobject.prg + ! Formatting to some old code. + 2008-10-06 22:24 UTC+0200 Viktor Szakats (harbour.01 syenar hu) - * include/hbthread.h - ! Committed MT fix to make it compile under Darwin. - Thanks Przemek. + * include/hbthread.h + ! Committed MT fix to make it compile under Darwin. + Thanks Przemek. 2008-10-06 21:50 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/vm/hvm.c diff --git a/harbour/source/rtl/tobject.prg b/harbour/source/rtl/tobject.prg index fb045a9bc6..83c294a65a 100644 --- a/harbour/source/rtl/tobject.prg +++ b/harbour/source/rtl/tobject.prg @@ -68,8 +68,8 @@ * */ -/* WARNING: Can not use the preprocessor */ -/* otherwise it will auto inherit from itself */ +/* WARNING: Can not use the preprocessor, otherwise + it will auto inherit from itself. */ #include "common.ch" #include "hboo.ch" @@ -153,8 +153,7 @@ FUNCTION HBObject() RETURN s_oClass:Instance() - -STATIC function HBObject_New( ... ) +STATIC FUNCTION HBObject_New( ... ) QSelf():Init( ... ) RETURN QSelf() @@ -162,7 +161,7 @@ STATIC FUNCTION HBObject_Init() RETURN QSelf() STATIC FUNCTION HBObject_Dftonerror( ... ) - RETURN QSelf():MSGNOTFOUND( __GetMessage(), ... ) + RETURN QSelf():MsgNotFound( __GetMessage(), ... ) STATIC FUNCTION HBObject_Error( cDesc, cClass, cMsg, nCode )