servlib/bundling/BPQBlockProcessor.cc
changeset 54 4122c50abb39
parent 52 a16393d6081f
child 55 1938118cd06c
equal deleted inserted replaced
53:ed28624b4b7a 54:4122c50abb39
   240     }
   240     }
   241 
   241 
   242     return true;
   242     return true;
   243 }
   243 }
   244 
   244 
   245 //----------------------------------------------------------------------
       
   246 /*
       
   247 int
       
   248 BPQBlockProcessor::finalize(const Bundle*  bundle,
       
   249                             BlockInfoVec*  xmit_blocks,
       
   250                             BlockInfo*     block,
       
   251                             const LinkRef& link)
       
   252 {
       
   253     log_info_p(LOG, "BPQBlockProcessor::finalize()");
       
   254 
       
   255     (void)bundle;
       
   256     (void)xmit_blocks;
       
   257     (void)block;
       
   258     (void)link;
       
   259 
       
   260     return 0;
       
   261 }
       
   262 */
       
   263 
       
   264 } // namespace dtn_FOO__   i
   245 } // namespace dtn_FOO__   i