summaryrefslogtreecommitdiff
path: root/SDL_Core/src/components/application_manager/src/request_controller.cc
Commit message (Collapse)AuthorAgeFilesLines
* deleted files weren't added to last commitrelease_3.0Justin Dickow2014-05-091-206/+0
|
* request_controller: Don't advance STL iterator already at end()Brendan Shanks2014-04-021-1/+3
| | | | | | | | Advancing an STL vector iterator which is equal to end() is undefined. After erase(), it was not being compared to end() before being incremented. Make sure the iterator gets compared to end() before incrementing again MSVC was throwing a runtime exception for this.
* initial commit for API 3.0 (replaced all)Justin Dickow2014-03-181-0/+204