| 73 | virtual DcmEVR ident(void) const = 0; |
| 74 | virtual void print(const int level = 0) = 0; |
| 75 | inline E_Condition error(void) const { return errorFlag; } |
| 76 | |
| 77 | inline E_TransferState transferState(void) const { return fTransferState; } |
| 78 | virtual void transferInit(void); |
nothing calls this directly
no outgoing calls
no test coverage detected