Ignore:
Timestamp:
Jul 18, 2012, 4:59:19 PM (12 years ago)
Author:
karaoui
Message:

Adding BLOB type for vobj.
Don't forget to set as BLOB type the mapping_info vobj in the xml.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/memo/src/pseg.cpp

    r163 r173  
    208208                err << " Error" << error << " ,ovelapping Buffers:" << std::endl
    209209                    << *it << std::endl << m_vsegs[j] << std::endl;
    210                 throw soclib::exception::RunTimeError( err.str().c_str() );
     210                throw exception::RunTimeError( err.str().c_str() );
    211211            }
    212212
Note: See TracChangeset for help on using the changeset viewer.