merge in latest refactor changes
This commit is contained in:
parent
7af0f0f99f
commit
c2f45557da
49 changed files with 163 additions and 1960 deletions
|
|
@ -1,7 +1,7 @@
|
|||
use std::net::SocketAddr;
|
||||
|
||||
use rnex_base_protos::{LocalBaseProtocol, secure::Secure, util::Utility};
|
||||
use rnex_rmc::{any::Any, qresult::QResult, response::ErrorCode, rmc_struct};
|
||||
use rnex_rmc::{any::Any, qbuffer::QBuffer, qresult::QResult, response::ErrorCode, rmc_struct};
|
||||
use rnex_util::{
|
||||
PID,
|
||||
station_url::{StationUrl, UrlOptions, nat_types::PUBLIC},
|
||||
|
|
@ -176,6 +176,10 @@ impl Secure for BaseUser {
|
|||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
async fn send_report(&self,id: u32,data: QBuffer) -> Result<(),ErrorCode> {
|
||||
Ok(())
|
||||
}
|
||||
}
|
||||
|
||||
impl Utility for BaseUser {
|
||||
|
|
|
|||
Loading…
Reference in a new issue