changeset 6566 | eb0098cd929c |
parent 6519 | ba4b2956bd42 |
child 6569 | 08154c0542ae |
--- a/src/simulator/high-precision-cairo.h Fri Aug 13 13:28:38 2010 +0200 +++ b/src/simulator/high-precision-cairo.h Fri Aug 13 13:30:14 2010 +0200 @@ -68,6 +68,10 @@ cairo_int128_t m_value; }; +std::ostream &operator << (std::ostream &os, const HighPrecision &hp); +std::istream &operator >> (std::istream &is, HighPrecision &hp); + + } // namespace ns3 namespace ns3 {