void FX::TnFXSQLDBIPCMsgsI::Open::deendianise ( FXStream s  )  [inline]

Definition at line 310 of file TnFXSQLDB_ipc.h.

References FX::FXStream::readRawBytes(), and FX::FXSystem::user().

00310 { s >> driver >> dbname >> user; bool hasp; s >> hasp; if(hasp) { FXuint l; s >> l; password.buffer().resize(l); s.readRawBytes(password.buffer().data(), l); } s >> host >> port; }


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:38:05 2009 for TnFOX by doxygen v1.4.7