~ps-jenkins/unity-scopes-api/ubuntu-vivid-proposed

« back to all changes in this revision

Viewing changes to src/scopes/ScopeExceptions.cpp

  • Committer: CI bot
  • Author(s): Marcus Tomlinson, Pete Woods, Pawel Stolowski, Michi Henning
  • Date: 2014-08-26 13:43:45 UTC
  • mfrom: (163.295.7 staging)
  • Revision ID: ps-jenkins@lists.canonical.com-20140826134345-3o2g277ypd8hikj4
Sync with devel 
Approved by: PS Jenkins bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
ObjectNotExistException& ObjectNotExistException::operator=(ObjectNotExistException const&) = default;
64
64
 
65
65
 
66
 
ObjectNotExistException::~ObjectNotExistException() noexcept = default;
 
66
ObjectNotExistException::~ObjectNotExistException() = default;
67
67
 
68
68
//! @endcond
69
69
 
90
90
TimeoutException& TimeoutException::operator=(TimeoutException const&) = default;
91
91
 
92
92
 
93
 
TimeoutException::~TimeoutException() noexcept = default;
 
93
TimeoutException::~TimeoutException() = default;
94
94
 
95
95
//! @endcond
96
96