1#ifndef __JLANG__JABSTRACTOBJECTSTATUS__ 
    2#define __JLANG__JABSTRACTOBJECTSTATUS__ 
    9namespace JPP { 
using namespace JLANG; }
 
Auxiliary classes and methods for language specific functionality.
 
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 
Interface for status of object.
 
virtual bool getStatus() const =0
Get status of object.
 
bool operator!() const
Negated status of this object.