Remove some global 'using namespace's

This commit is contained in:
Joe Thornber
2013-05-28 13:48:10 +01:00
parent 3066487814
commit 6706493304
9 changed files with 395 additions and 387 deletions

View File

@ -6,7 +6,7 @@
//----------------------------------------------------------------
namespace thin_provisioning {
block_address get_nr_blocks(string const &path);
persistent_data::block_address get_nr_blocks(string const &path);
}
//----------------------------------------------------------------