diff options
author | Roger Leigh <rleigh@debian.org> | 2006-07-29 17:29:37 +0000 |
---|---|---|
committer | Roger Leigh <rleigh@debian.org> | 2006-07-29 17:29:37 +0000 |
commit | 1b3b7511596ea3cd5212ad61bc48ca884fd1d088 (patch) | |
tree | 5a39c528adef55688210ee9874e196ea47f45584 /sbuild/sbuild-lock.cc | |
parent | 262b335161988f529328a748e5fe8072b24fb324 (diff) | |
download | schroot-1b3b7511596ea3cd5212ad61bc48ca884fd1d088.tar.gz |
* Update manual pages.
* sbuild/sbuild-lock.h: Add missing virtual specifier from virtual
methods in derived lock classes.
* sbuild/sbuild-session.cc: Remove use of excess braces when
throwing exceptions.
(get_shell): Use log_exception_warning.
* Remove incorrect and misplaced comments.
* Update translator comments.
* Update API reference to document all missing and incomplete
documentation.
Diffstat (limited to 'sbuild/sbuild-lock.cc')
-rw-r--r-- | sbuild/sbuild-lock.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbuild/sbuild-lock.cc b/sbuild/sbuild-lock.cc index 5a91de81..7a33b8f6 100644 --- a/sbuild/sbuild-lock.cc +++ b/sbuild/sbuild-lock.cc @@ -156,7 +156,7 @@ file_lock::~file_lock () } void -file_lock::set_lock (type lock_type, +file_lock::set_lock (lock::type lock_type, unsigned int timeout) { try @@ -217,7 +217,7 @@ device_lock::~device_lock () } void -device_lock::set_lock (type lock_type, +device_lock::set_lock (lock::type lock_type, unsigned int timeout) { try |