You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by sh...@apache.org on 2008/10/21 23:34:49 UTC

svn commit: r706775 - /incubator/qpid/trunk/qpid/cpp/src/qpid/sys/ssl/SslIo.h

Author: shuston
Date: Tue Oct 21 14:34:49 2008
New Revision: 706775

URL: http://svn.apache.org/viewvc?rev=706775&view=rev
Log:
Fix compile error introduced by initial QPID-1377 commit; Resolves QPID-1377

Modified:
    incubator/qpid/trunk/qpid/cpp/src/qpid/sys/ssl/SslIo.h

Modified: incubator/qpid/trunk/qpid/cpp/src/qpid/sys/ssl/SslIo.h
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/src/qpid/sys/ssl/SslIo.h?rev=706775&r1=706774&r2=706775&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/src/qpid/sys/ssl/SslIo.h (original)
+++ incubator/qpid/trunk/qpid/cpp/src/qpid/sys/ssl/SslIo.h Tue Oct 21 14:34:49 2008
@@ -21,7 +21,7 @@
  *
  */
 
-#include "qpid/sys/Dispatcher.h"
+#include "qpid/sys/DispatchHandle.h"
 
 #include <boost/function.hpp>
 #include <deque>