aboutsummaryrefslogblamecommitdiffstats
path: root/apps/X11/VCL/TPersistent.h
blob: 7453921d4f55690997c066d9ba414493af43c9de (plain) (tree)


















                                                    
#ifndef TPERSISTENT_H
#define TPERSISTENT_H

#include <TObject.h>

class TPersistent : public TObject {
private:
//	void AssignError(TPersistent Source);
protected:
//	virtual void AssignTo(TPersistent Dest);
//	virtual void DefineProperties(TFiler Filer);
//	TPersistent GetOwner();	// dynamic;
public:
//	virtual ~TPersistent();	//override;
//	virtual void Assign(Source: TPersistent);
//	string  GetNamePath();	//dynamic;
};

#endif