From 906b93b28c59b3b704d47c617eabd1b4448fc4e5 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Wed, 2 Jun 2010 14:31:11 -0700 Subject: removed some windows warnings --- host/lib/transport/udp_zero_copy_asio.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'host/lib') diff --git a/host/lib/transport/udp_zero_copy_asio.cpp b/host/lib/transport/udp_zero_copy_asio.cpp index 830bfd75e..ced606777 100644 --- a/host/lib/transport/udp_zero_copy_asio.cpp +++ b/host/lib/transport/udp_zero_copy_asio.cpp @@ -39,9 +39,9 @@ static const double RECV_TIMEOUT = 0.1; //100 ms * send and recv requires a copy operation to/from userspace. **********************************************************************/ class udp_zero_copy_impl: - public virtual phony_zero_copy_recv_if, - public virtual phony_zero_copy_send_if, - public virtual udp_zero_copy + public phony_zero_copy_recv_if, + public phony_zero_copy_send_if, + public udp_zero_copy { public: typedef boost::shared_ptr sptr; -- cgit v1.2.3