| 589 | void setIsConnectionToServer() { mTypeFlags.set(ConnectionToServer); } |
| 590 | void setIsLocalClientConnection() { mTypeFlags.set(LocalClientConnection); } |
| 591 | void setNetworkConnection(bool net) { mTypeFlags.set(BitSet32(NetworkConnection), net); } |
| 592 | |
| 593 | virtual void setEstablished(); |
| 594 |
no test coverage detected