As both FlightGear and JSBSim had developed socket code some time ago, there
is now a #ifdef around the JSBSim socket creation code:


#if defined( FG_WITH_JSBSIM_SOCKET ) || !defined( FGFS )
  if (token == "SOCKET") {
    socket = new FGfdmSocket(name,port);
  }
#endif


At one time we both called our sockets FGSocket, but now we don't. I'd like
to remove the #ifdef unless there is good reason not to.

Any objections?

Jon


_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to