summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2016-01-05 21:46:00 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2016-01-05 21:46:00 +0000
commit736f2945ac05a80dee452b6a4bcde3b4d0e3bf5a (patch)
tree885cd83c9e3aa8a98902b40df323bff61a2e8854
parentRestructure files into sensible subfolders (diff)
downloadicetray-736f2945ac05a80dee452b6a4bcde3b4d0e3bf5a.tar.bz2
icetray-736f2945ac05a80dee452b6a4bcde3b4d0e3bf5a.tar.xz
icetray-736f2945ac05a80dee452b6a4bcde3b4d0e3bf5a.zip
Use typedef for constructor param
-rw-r--r--icetray/icetray/abstractCachingDatabaseClient.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/icetray/icetray/abstractCachingDatabaseClient.h b/icetray/icetray/abstractCachingDatabaseClient.h
index bb1d070..cdf0a91 100644
--- a/icetray/icetray/abstractCachingDatabaseClient.h
+++ b/icetray/icetray/abstractCachingDatabaseClient.h
@@ -13,7 +13,7 @@ namespace IceTray {
typedef boost::shared_ptr<boost::any> CacheItem;
public:
- AbstractCachingDatabaseClient(boost::shared_ptr<AdHoc::ResourcePool<DB::Connection>> d);
+ AbstractCachingDatabaseClient(DatabasePoolPtr d);
template<typename Domain, typename Sql, typename ... Params>
inline