w11 - cpp 0.794
Backend server for Rlink and w11
Loading...
Searching...
No Matches
RtclRw11VirtFactory.hpp
Go to the documentation of this file.
1// $Id: RtclRw11VirtFactory.hpp 1186 2019-07-12 17:49:59Z mueller $
2// SPDX-License-Identifier: GPL-3.0-or-later
3// Copyright 2017-2018 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
4//
5// Revision History:
6// Date Rev Version Comment
7// 2018-12-02 1076 2.0 use unique_ptr
8// 2017-03-11 859 1.0 Initial version
9// ---------------------------------------------------------------------------
10
11
16#ifndef included_Retro_RtclRw11VirtFactory
17#define included_Retro_RtclRw11VirtFactory 1
18
19#include <memory>
20
21#include "librw11/Rw11Virt.hpp"
22
23#include "RtclRw11Virt.hpp"
24
25namespace Retro {
26
27 std::unique_ptr<RtclRw11Virt> RtclRw11VirtFactory(Rw11Virt* pobj);
28
29} // end namespace Retro
30
31#endif
Declaration of class ReventLoop.
Definition: ReventLoop.cpp:47
std::unique_ptr< RtclRw11Virt > RtclRw11VirtFactory(Rw11Virt *pobj)
FIXME_docs.