GComm
0.2.3
Main Page
Classes
Files
File List
File Members
src
gcomm
order.hpp
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2009 Codership Oy <info@codership.com>
3
*
4
* $Id$
5
*/
6
13
#ifndef GCOMM_ORDER_HPP
14
#define GCOMM_ORDER_HPP
15
16
namespace
gcomm
17
{
21
enum
Order
22
{
24
O_DROP = 0,
26
O_UNRELIABLE = 1,
28
O_FIFO = 2,
33
O_AGREED = 3,
38
O_SAFE = 4,
39
52
O_LOCAL_CAUSAL = 8
53
};
54
}
55
56
#endif // GCOMM_ORDER_HPP
Generated on Tue Sep 16 2014 09:07:43 for GComm by
1.8.7