SObjectizer  5.5
Namespaces | Enumerations | Variables
wait_indication.hpp File Reference

Definition of various types of waiting indicators. More...

Go to the source code of this file.

Namespaces

 so_5
 Public part of message limit implementation.
 

Enumerations

enum  so_5::infinite_wait_indication { so_5::infinite_wait_indication::infinite_wait }
 A type for special marker for infitite waiting on service request or on receive from mchain. More...
 
enum  so_5::no_wait_indication { so_5::no_wait_indication::no_wait }
 A type for special marker for no waiting on service request or on receive from mchain. More...
 

Variables

const infinite_wait_indication so_5::infinite_wait
 A special indicator for infinite waiting on service request or on receive from mchain. More...
 
const no_wait_indication so_5::no_wait = no_wait_indication::no_wait
 A special indicator for no waiting on service request or on receive from mchain. More...
 

Detailed Description

Definition of various types of waiting indicators.

Since
v.5.5.13