PEBL 2.2
Psychology Experiment Building Language - Cross-platform psychological experiment development system
validator/PlatformNetwork.h
Go to the documentation of this file.
1//* -*- mode:C++; tab-width:4; c-basic-offset:4; indent-tabs-mode:nil -*- */
2#ifndef __VALIDATOR_PLATFORMNETWORK_H__
3#define __VALIDATOR_PLATFORMNETWORK_H__
4
5#include "../../devices/PNetwork.h"
6
7class PlatformNetwork : public PNetwork {
8public:
10 virtual ~PlatformNetwork();
11protected:
12 virtual std::ostream& SendToStream(std::ostream& out) const;
13};
14
15#endif
virtual std::ostream & SendToStream(std::ostream &out) const