diff options
author | danglassey <danglassey> | 2002-08-14 09:57:17 +0000 |
---|---|---|
committer | danglassey <danglassey> | 2002-08-14 09:57:17 +0000 |
commit | c9458897ebbb739d8db83c80e06512d8a612f743 (patch) | |
tree | f8c5381045887e34388cc6b26cfccc254bf766dc /apps/X11/VCL/TPersistent.h | |
download | sword-sf-cvs-c9458897ebbb739d8db83c80e06512d8a612f743.tar.gz |
*** empty log message ***
Diffstat (limited to 'apps/X11/VCL/TPersistent.h')
-rw-r--r-- | apps/X11/VCL/TPersistent.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/apps/X11/VCL/TPersistent.h b/apps/X11/VCL/TPersistent.h new file mode 100644 index 0000000..7453921 --- /dev/null +++ b/apps/X11/VCL/TPersistent.h @@ -0,0 +1,19 @@ +#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 |