Version: 8.3.0
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
SALOME::GenericObj Interface Reference

interface for common behavior of SALOME transient CORBA objects More...

Inheritance diagram for SALOME::GenericObj:
Inheritance graph

Public Member Functions

void Register ()
 Increase the reference count (mark as used by another object). More...
 
void UnRegister ()
 Decrease the reference count (release by another object). More...
 
void Destroy ()
 Obsolete, left for compatibility reasons only. Use UnRegister() instead. More...
 

Detailed Description

interface for common behavior of SALOME transient CORBA objects

Member Function Documentation

void SALOME::GenericObj::Register ( )

Increase the reference count (mark as used by another object).

void SALOME::GenericObj::UnRegister ( )

Decrease the reference count (release by another object).

void SALOME::GenericObj::Destroy ( )

Obsolete, left for compatibility reasons only. Use UnRegister() instead.