File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -53,9 +53,6 @@ std::chrono::nanoseconds::rep ZenohQuery::get_received_timestamp() const
5353  return  received_timestamp_;
5454}
5555
56- // /=============================================================================
57- ZenohQuery::~ZenohQuery () {}
58- 
5956// /=============================================================================
6057const  zenoh::Query & ZenohQuery::get_query () const  {return  query_;}
6158
@@ -68,9 +65,6 @@ ZenohReply::ZenohReply(
6865  received_timestamp_ = received_timestamp;
6966}
7067
71- // /=============================================================================
72- ZenohReply::~ZenohReply () {}
73- 
7468// /=============================================================================
7569const  zenoh::Reply & ZenohReply::get_sample () const 
7670{
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ class ZenohReply final
4040public: 
4141  ZenohReply (const  zenoh::Reply & reply, std::chrono::nanoseconds::rep received_timestamp);
4242
43-   ~ZenohReply ();
43+   ~ZenohReply () =  default ;
4444
4545  const  zenoh::Reply & get_sample () const ;
4646
@@ -58,7 +58,7 @@ class ZenohQuery final
5858public: 
5959  ZenohQuery (const  zenoh::Query & query, std::chrono::nanoseconds::rep received_timestamp);
6060
61-   ~ZenohQuery ();
61+   ~ZenohQuery () =  default ;
6262
6363  const  zenoh::Query & get_query () const ;
6464
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments