summaryrefslogtreecommitdiff
path: root/apps/X11/VCL/TPersistent.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/X11/VCL/TPersistent.h')
-rw-r--r--apps/X11/VCL/TPersistent.h19
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