summaryrefslogtreecommitdiff
path: root/examples/Bounded_Packet_Relay/BPR_Drivers.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Bounded_Packet_Relay/BPR_Drivers.h')
-rw-r--r--examples/Bounded_Packet_Relay/BPR_Drivers.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/Bounded_Packet_Relay/BPR_Drivers.h b/examples/Bounded_Packet_Relay/BPR_Drivers.h
index 6f7f030e04d..f39a544c512 100644
--- a/examples/Bounded_Packet_Relay/BPR_Drivers.h
+++ b/examples/Bounded_Packet_Relay/BPR_Drivers.h
@@ -272,6 +272,9 @@ class Output_Device_Wrapper_Base
// write the contents of the passed message out the underlying
// output device, and update device settings, respectively.
public:
+
+ virtual ~Output_Device_Wrapper_Base (void);
+
virtual int write_output_message (void *) = 0;
// Writes contents of the passed message block out to the underlying
// output device.