Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rgw: add override in header files mostly #13586

Merged
merged 1 commit into from Mar 14, 2017

Conversation

liuchang0812
Copy link
Contributor

Signed-off-by: liuchang0812 liuchang0812@gmail.com

virtual void init(RGWRados *store, struct req_state *s,
RGWHandler *dialect_handler) {
void init(RGWRados *store, struct req_state *s,
RGWHandler *dialect_handler) override {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

indentation

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

struct req_state *s,
rgw::io::BasicClient *cio);
virtual int authorize() {
rgw::io::BasicClient *cio) override;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

indentation

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

struct req_state *s,
rgw::io::BasicClient *cio);
virtual int authorize() {
rgw::io::BasicClient *cio) override;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

indentation

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done


virtual RGWRESTMgr *get_resource_mgr(struct req_state* const s,
RGWRESTMgr *get_resource_mgr(struct req_state* const s,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

indentation

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

const std::string& uri,
std::string* const out_uri) override {
return this;
}

virtual RGWHandler_REST* get_handler(struct req_state*,
RGWHandler_REST* get_handler(struct req_state*,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

indentation

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@liuchang0812
Copy link
Contributor Author

@cbodley It seems that all issues have been cleaned.

@liuchang0812
Copy link
Contributor Author

@cbodley hi, could we merge it now?

@cbodley
Copy link
Contributor

cbodley commented Mar 8, 2017

@liuchang0812 just trying to be careful about the timing for merge, because we'll need to rebase a lot of other PRs afterwards. what do you think, @yehudasa? is there stuff you want to get merged before this?

@liuchang0812
Copy link
Contributor Author

@cbodley okay

@yehudasa
Copy link
Member

yehudasa commented Mar 8, 2017

@cbodley @liuchang0812 yeah, let's get wip-bucket-cleanup in first.

@cbodley
Copy link
Contributor

cbodley commented Mar 13, 2017

@liuchang0812 can you please rebase?

@liuchang0812
Copy link
Contributor Author

liuchang0812 commented Mar 14, 2017 via email

@liuchang0812
Copy link
Contributor Author

change log:

  1. rebased to master
  2. squashed all commits
  3. repushed

Signed-off-by: liuchang0812 <liuchang0812@gmail.com>
@cbodley cbodley merged commit 8e77ea4 into ceph:master Mar 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants