2017-11-20 17:01:09 +01:00
|
|
|
#pragma once
|
2017-11-23 14:21:54 +01:00
|
|
|
#ifndef REAL_BUILD
|
|
|
|
# include "externals.hh"
|
|
|
|
#endif
|
2017-11-20 17:01:09 +01:00
|
|
|
|
|
|
|
|
|
|
|
class T_SyncView : public ebcl::A_PrivateImplementation
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
T_SyncView( ) noexcept;
|
|
|
|
bool display( ) noexcept;
|
|
|
|
};
|
|
|
|
|