INTEGRATION: CWS adc5 (1.1.1.1.40); FILE MERGED

2003/04/15 11:08:13 np 1.1.1.1.40.1: #108718#
This commit is contained in:
Jens-Heiner Rechtien 2003-04-15 17:44:54 +00:00
parent f82e5e6683
commit 1dadb7522c

View file

@ -2,9 +2,9 @@
*
* $RCSfile: cessentl.cxx,v $
*
* $Revision: 1.1.1.1 $
* $Revision: 1.2 $
*
* last change: $Author: np $ $Date: 2002-03-08 14:45:19 $
* last change: $Author: hr $ $Date: 2003-04-15 18:44:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -65,6 +65,9 @@
// NOT FULLY DEFINED SERVICES
#include <ary/ce.hxx>
#include <ary/info/codeinfo.hxx>
namespace ary {
@ -94,6 +97,20 @@ CeEssentials::~CeEssentials()
{
}
bool
CodeEntity::IsVisible() const
{
// KORR: Improve the whole handling of internal and visibility.
if (bIsVisible)
bIsVisible = NOT static_cast< const info::CodeInfo& >(Info()).IsInternal();
return bIsVisible;
}
} // namespace ary