Newer
Older
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
/***************************************************************************
tnlDeviceObjectBase.h - description
-------------------
begin : Apr 29, 2016
copyright : (C) 2016 by Tomas Oberhuber
email : tomas.oberhuber@fjfi.cvut.cz
***************************************************************************/
#pragma once
class tnlDeviceObjectBase
{
public:
virtual bool synchronize() = 0;
};