Socket communication classes for the taskrambler framework.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

13 lines
261 B

#ifndef __TR_IO_H__
#define __TR_IO_H__
#include "tr/socket.h"
#include "tr/remote_data.h"
#include "tr/stream.h"
#include "tr/interface/socket.h"
#include "tr/interface/reader.h"
#include "tr/interface/writer.h"
#endif // __TR_IO_H__
// vim: set ts=4 sw=4: