[svn] commit: r3817 - /branches/trac327/src/lib/dns/message.h
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Dec 13 20:42:22 UTC 2010
Author: jelte
Date: Mon Dec 13 20:42:22 2010
New Revision: 3817
Log:
some merge got these two lines re-added (they are in opcode.h and rcode.h now)
Modified:
branches/trac327/src/lib/dns/message.h
Modified: branches/trac327/src/lib/dns/message.h
==============================================================================
--- branches/trac327/src/lib/dns/message.h (original)
+++ branches/trac327/src/lib/dns/message.h Mon Dec 13 20:42:22 2010
@@ -525,8 +525,6 @@
/// that originated the asynchronous call falls out of scope.
typedef boost::shared_ptr<Message> MessagePtr;
-std::ostream& operator<<(std::ostream& os, const Opcode& opcode);
-std::ostream& operator<<(std::ostream& os, const Rcode& rcode);
std::ostream& operator<<(std::ostream& os, const Message& message);
}
}
More information about the bind10-changes
mailing list