PEBL 2.2
Psychology Experiment Building Language - Cross-platform psychological experiment development system
validator/PlatformNetwork.cpp
Go to the documentation of this file.
1//* -*- mode:C++; tab-width:4; c-basic-offset:4; indent-tabs-mode:nil -*- */
2#include "PlatformNetwork.h"
3
6
7std::ostream& PlatformNetwork::SendToStream(std::ostream& out) const {
8 out << "PlatformNetwork (validator)";
9 return out;
10}
virtual std::ostream & SendToStream(std::ostream &out) const