initial code repo
[stor4nfv.git] / src / ceph / src / librbd / image / TypeTraits.h
1 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
2 // vim: ts=8 sw=2 smarttab
3
4 #ifndef CEPH_LIBRBD_IMAGE_TYPE_TRAITS_H
5 #define CEPH_LIBRBD_IMAGE_TYPE_TRAITS_H
6
7 class ContextWQ;
8
9 namespace librbd {
10 namespace image {
11
12 template <typename ImageCtxT>
13 struct TypeTraits {
14   typedef ::ContextWQ ContextWQ;
15 };
16
17 } // namespace image
18 } // namespace librbd
19
20 #endif // CEPH_LIBRBD_IMAGE_TYPE_TRAITS_H