00001 #include "LinkDescriptor.h" 00002 00003 namespace ariba { 00004 namespace overlay { 00005 00006 std::ostream& operator<<(std::ostream& s, const LinkDescriptor* ld ) { 00007 return s << ld->to_string(); 00008 } 00009 00010 std::ostream& operator<<(std::ostream& s, const LinkDescriptor& ld ) { 00011 return s << ld.to_string(); 00012 } 00013 00014 }} // ariba, overlay