diff options
author | cdgill <cdgill@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-09-21 05:38:04 +0000 |
---|---|---|
committer | cdgill <cdgill@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-09-21 05:38:04 +0000 |
commit | 9da6bf7b1248711309140b7022c68b7dfc7feae7 (patch) | |
tree | efdc13f5b78f237bafed1624699c65e2ec677596 /examples/Bounded_Packet_Relay/BPR_Drivers.h | |
parent | c2cdefa56ba1609c6046ee5f8683f9f16614d8f2 (diff) | |
download | ATCD-9da6bf7b1248711309140b7022c68b7dfc7feae7.tar.gz |
moved device construction to main executable
Diffstat (limited to 'examples/Bounded_Packet_Relay/BPR_Drivers.h')
-rw-r--r-- | examples/Bounded_Packet_Relay/BPR_Drivers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Bounded_Packet_Relay/BPR_Drivers.h b/examples/Bounded_Packet_Relay/BPR_Drivers.h index 136e5ce689c..f558d5061a2 100644 --- a/examples/Bounded_Packet_Relay/BPR_Drivers.h +++ b/examples/Bounded_Packet_Relay/BPR_Drivers.h @@ -294,7 +294,7 @@ public: // Otherwise, a -1 is returned and errno is set to indicate the // error. - virtual int display_menu (void); + virtual int display_menu (void)=0; // Prints the user interface for the driver to STDERR. virtual int init (void)=0; |