| 67 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/ |
| 68 | |
| 69 | FGOutputSocket::FGOutputSocket(FGFDMExec* fdmex) : |
| 70 | FGOutputType(fdmex), |
| 71 | socket(0) |
| 72 | { |
| 73 | } |
| 74 | |
| 75 | //%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| 76 |
nothing calls this directly
no outgoing calls
no test coverage detected