Kaydet (Commit) 35ce1e44 authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS sb59 (1.4.120); FILE MERGED

2006/08/11 15:04:24 sb 1.4.120.1: #i67487# Made code warning-free (wntmsci10).
üst bf664512
......@@ -4,9 +4,9 @@
*
* $RCSfile: basicrt.cxx,v $
*
* $Revision: 1.5 $
* $Revision: 1.6 $
*
* last change: $Author: obo $ $Date: 2006-09-17 09:55:55 $
* last change: $Author: obo $ $Date: 2006-10-12 14:21:46 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -122,9 +122,9 @@ BasicRuntime BasicRuntimeAccess::GetRuntime()
return BasicRuntime( pINST->pRun );
}
BOOL BasicRuntimeAccess::HasRuntime()
bool BasicRuntimeAccess::HasRuntime()
{
return pINST ? ( pINST->pRun != NULL ) : FALSE;
return pINST && pINST->pRun != NULL;
}
USHORT BasicRuntimeAccess::GetStackEntryCount()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment