w11 - cpp 0.794
Backend server for Rlink and w11
Loading...
Searching...
No Matches
RtclRw11VirtDiskOver.hpp
Go to the documentation of this file.
1// $Id: RtclRw11VirtDiskOver.hpp 1186 2019-07-12 17:49:59Z mueller $
2// SPDX-License-Identifier: GPL-3.0-or-later
3// Copyright 2017- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
4//
5// Revision History:
6// Date Rev Version Comment
7// 2013-03-11 859 1.0 Initial version
8// ---------------------------------------------------------------------------
9
10
15#ifndef included_Retro_RtclRw11VirtDiskOver
16#define included_Retro_RtclRw11VirtDiskOver 1
17
19
20#include "RtclRw11VirtBase.hpp"
21
22namespace Retro {
23
24 class RtclRw11VirtDiskOver : public RtclRw11VirtBase<Rw11VirtDiskOver> {
25 public:
28
29 protected:
30 int M_flush(RtclArgs& args);
31 int M_list(RtclArgs& args);
32 };
33
34} // end namespace Retro
35
36//#include "RtclRw11VirtDiskOver.ipp"
37
38#endif
FIXME_docs.
Definition: RtclArgs.hpp:41
Implemenation (all inline) of RtclRw11VirtBase.
int M_flush(RtclArgs &args)
FIXME_docs.
int M_list(RtclArgs &args)
FIXME_docs.
Declaration of class ReventLoop.
Definition: ReventLoop.cpp:47