Show
Ignore:
Timestamp:
05/12/06 10:22:33 (3 years ago)
Author:
patrick
Message:

Update to VPR 1.1.20, which removed all exception specifications from
methods. As would be expected, this change removes all exception
specifications except those that are required by exception types
deriving from std::exception or vpr::Exception.

Bumped the Gadgeteer version to 1.1.8.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/trunk/modules/gadgeteer/gadget/Type/Command.cpp

    r18824 r18827  
    6565} 
    6666 
    67 void Command::writeObject(vpr::ObjectWriter* writer) throw (vpr::IOException) 
     67void Command::writeObject(vpr::ObjectWriter* writer) 
    6868{ 
    6969   writer->beginTag(Command::getInputTypeName()); 
     
    105105} 
    106106 
    107 void Command::readObject(vpr::ObjectReader* reader) throw (vpr::IOException) 
     107void Command::readObject(vpr::ObjectReader* reader) 
    108108{ 
    109109   vprASSERT(reader->attribExists("rim.timestamp.delta"));