The world's most popular open source database
#include <AbortAll.hpp>
Public Types | |
| InvalidState = 1 | |
| AbortAlreadyInProgress = 2 | |
| FunctionNotImplemented = 3 | |
| enum | ErrorCode { InvalidState = 1, AbortAlreadyInProgress = 2, FunctionNotImplemented = 3 } |
Public Member Functions | |
| STATIC_CONST (SignalLength=2) | |
Public Attributes | |
| Uint32 | senderData |
| Uint32 | errorCode |
Friends | |
| class | Ndbcntr |
| class | Dbtc |
Definition at line 62 of file AbortAll.hpp.
Definition at line 77 of file AbortAll.hpp.
00077 { 00078 InvalidState = 1, 00079 AbortAlreadyInProgress = 2, 00080 FunctionNotImplemented = 3 00081 };
| AbortAllRef::STATIC_CONST | ( | SignalLength | = 2 |
) |
friend class Dbtc [friend] |
Sender
Definition at line 72 of file AbortAll.hpp.
friend class Ndbcntr [friend] |
Reciver(s)
Definition at line 67 of file AbortAll.hpp.
Definition at line 83 of file AbortAll.hpp.
1.4.7

