Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vsnet_socketset.cpp File Reference
#include <config.h>
#include <sstream>
#include "vsnet_headers.h"
#include "vsnet_socket.h"
#include "vsnet_socketbase.h"
#include "vsnet_socketset.h"
#include "vsnet_pipe.h"
#include "vsnet_dloadmgr.h"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &ostr, const timeval &tv)
 

Function Documentation

std::ostream& operator<< ( std::ostream &  ostr,
const timeval &  tv 
)

Definition at line 426 of file vsnet_socketset.cpp.

427 {
428  ostr<<tv.tv_sec<<":"<<tv.tv_usec;
429  return ostr;
430 }