]> git.proxmox.com Git - ceph.git/blame - ceph/src/rgw/rgw_xml_enc.cc
import quincy beta 17.1.0
[ceph.git] / ceph / src / rgw / rgw_xml_enc.cc
CommitLineData
7c673cae 1// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
9f95a23c 2// vim: ts=8 sw=2 smarttab ft=cpp
11fdf7f2 3
7c673cae
FG
4/*
5 * Ceph - scalable distributed file system
6 *
7 * Copyright (C) 2015 Yehuda Sadeh <yehuda@redhat.com>
8 * Copyright (C) 2015 Robin H. Johnson <robin.johnson@dreamhost.com>
9 *
10 * This is free software; you can redistribute it and/or
11 * modify it under the terms of the GNU Lesser General Public
12 * License version 2.1, as published by the Free Software
13 * Foundation. See file COPYING.
14 *
15 */
11fdf7f2 16
7c673cae
FG
17#include "rgw_common.h"
18#include "rgw_xml.h"
19
20#include "common/Formatter.h"
21
22#define dout_subsys ceph_subsys_rgw
23
20effc67 24using namespace std;
7c673cae 25