Changeset 9463

Show
Ignore:
Timestamp:
08/30/08 15:50:21
Author:
jcorgan
Message:

Don't inline destructor

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • usrp2/trunk/host/include/usrp2/rx_nop_handler.h

    r9462 r9463  
    2121 
    2222#include <usrp2/rx_sample_handler.h> 
     23#include <boost/shared_ptr.hpp> 
    2324 
    2425/*! 
     
    118119  }; 
    119120   
    120   rx_nop_handler::~rx_nop_handler() 
    121   { 
    122     // nop 
    123   } 
    124    
    125121} /* namespace usrp2 */ 
    126122 
  • usrp2/trunk/host/lib/Makefile.am

    r9445 r9463  
    3434        pktfilter.cc \ 
    3535        ring.cc \ 
     36        rx_nop_handler.cc \ 
    3637        rx_sample_handler.cc \ 
    3738        strtod_si.c \