]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cls/numops: Update cls_numops.cc to work without using namespace
authorAdam C. Emerson <aemerson@redhat.com>
Fri, 29 Mar 2019 01:41:36 +0000 (21:41 -0400)
committerAdam C. Emerson <aemerson@redhat.com>
Fri, 29 Mar 2019 14:30:38 +0000 (10:30 -0400)
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
src/cls/numops/cls_numops.cc

index bccfd6d39750945dff86d590e051a77c9e4dc4ed..30a203ef1e327ba6cb36c47bbaf0f372f75b1627 100644 (file)
 
 #define DECIMAL_PRECISION 10
 
+using ceph::bufferlist;
+using std::string;
+using ceph::decode;
+using ceph::encode;
+
 CLS_VER(1,0)
 CLS_NAME(numops)