| 116 | void SetReference(char *newReference); |
| 117 | |
| 118 | unsigned char GetID(void) { return ID; } |
| 119 | char *GetReference(void) { return Reference; } |
| 120 | const char *GetName(void) const { return(name.c_str()); } |
| 121 |
no outgoing calls
no test coverage detected