summaryrefslogtreecommitdiff
path: root/sbuild/sbuild-chroot-loopback.cc
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@debian.org>2009-04-01 21:28:27 +0100
committerRoger Leigh <rleigh@debian.org>2009-05-03 18:05:58 +0100
commit0b3fdec22c3bc761a242d3eb995ec89be06b5115 (patch)
tree93743c4f8579ae46a8bc6ad9069045d253bef53c /sbuild/sbuild-chroot-loopback.cc
parent95d94bee472b4331b6d6a1d4993caa8a595726fc (diff)
downloadschroot-0b3fdec22c3bc761a242d3eb995ec89be06b5115.tar.gz
[sbuild] chroot_mountable: Move location property from chroot
Diffstat (limited to 'sbuild/sbuild-chroot-loopback.cc')
-rw-r--r--sbuild/sbuild-chroot-loopback.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/sbuild/sbuild-chroot-loopback.cc b/sbuild/sbuild-chroot-loopback.cc
index 8f092d44..e191d686 100644
--- a/sbuild/sbuild-chroot-loopback.cc
+++ b/sbuild/sbuild-chroot-loopback.cc
@@ -64,6 +64,12 @@ chroot_loopback::set_file (std::string const& file)
chroot_mountable::set_mount_device(file);
}
+std::string
+chroot_loopback::get_path () const
+{
+ return chroot_mountable::get_path();
+}
+
std::string const&
chroot_loopback::get_chroot_type () const
{