Changeset 21050
- Timestamp:
- 02/23/08 13:08:19 (6 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/trunk/modules/vapor/vpr/md/WIN32/IO/Port/SerialPortImplWin32.cpp
r21048 r21050 492 492 493 493 // Enable ignoring of received BREAK bytes. 494 void SerialPortImplWin32::setBreakByteIgnore(bool flag) throw(IOException)494 void SerialPortImplWin32::setBreakByteIgnore(bool flag) 495 495 { 496 496 /* XXX: Not implemented yet... */ ; juggler/trunk/modules/vapor/vpr/md/WIN32/IO/Port/SerialPortImplWin32.h
r20995 r21050 167 167 * @throw vpr::IOException If the blocking mode could not be set. 168 168 */ 169 void setBlocking(bool flag) throw(IOException);169 void setBlocking(bool flag); 170 170 171 171 /**
