Nebula
Loading...
Searching...
No Matches
iointerface.h
Go to the documentation of this file.
1#pragma once
2//------------------------------------------------------------------------------
18#include "io/console.h"
19#include "io/ioserver.h"
20
21//------------------------------------------------------------------------------
22namespace IO
23{
25{
28public:
32 virtual ~IoInterface();
34 virtual void Open();
36 virtual void Close();
37};
38
39} // namespace IO
40//------------------------------------------------------------------------------
virtual void Close()
close the interface object
Definition iointerface.cc:53
virtual void Open()
open the interface object
Definition iointerface.cc:38
IoInterface()
constructor
Definition iointerface.cc:21
__DeclareClass(IoInterface)
virtual ~IoInterface()
destructor
Definition iointerface.cc:29
__DeclareInterfaceSingleton(IoInterface)
Base class for interfaces.
Definition interfacebase.h:22
Instances of wrapped stream classes.
Definition multiplayerfeatureunit.cc:324