fix compile warnings
This commit is contained in:
@ -166,12 +166,16 @@ class ObWebServiceRootAddr : public ObRootAddrAgent {
|
||||
virtual ~ObWebServiceRootAddr()
|
||||
{}
|
||||
|
||||
virtual int store(const ObIAddrList& addr_list, const ObIAddrList& readonly_addr_list, const bool force,
|
||||
const common::ObClusterType cluster_type, const int64_t timestamp);
|
||||
virtual int fetch(ObIAddrList& add_list, ObIAddrList& readonly_addr_list, common::ObClusterType& cluster_typ);
|
||||
virtual int fetch_remote_rslist(const int64_t cluster_id, ObIAddrList& addr_list, ObIAddrList& readonly_addr_list,
|
||||
common::ObClusterType& cluster_type) override;
|
||||
virtual int delete_cluster(const int64_t cluster_id);
|
||||
virtual int store(const ObIAddrList &addr_list, const ObIAddrList &readonly_addr_list,
|
||||
const bool force, const common::ObClusterType cluster_type,
|
||||
const int64_t timestamp) override;
|
||||
virtual int fetch(ObIAddrList &add_list, ObIAddrList &readonly_addr_list,
|
||||
common::ObClusterType &cluster_typ) override;
|
||||
virtual int fetch_remote_rslist(const int64_t cluster_id,
|
||||
ObIAddrList &addr_list,
|
||||
ObIAddrList &readonly_addr_list,
|
||||
common::ObClusterType &cluster_type) override;
|
||||
virtual int delete_cluster(const int64_t cluster_id) override;
|
||||
/// get RS_LIST from URL
|
||||
///
|
||||
/// @param [in] appanme cluster appanme
|
||||
|
||||
Reference in New Issue
Block a user