Ver Fonte

* empty class grouping functions

florian há 20 anos atrás
pai
commit
8082a0c3a4
1 ficheiros alterados com 30 adições e 2 exclusões
  1. 30 2
      rtl/objpas/classes/cregist.inc

+ 30 - 2
rtl/objpas/classes/cregist.inc

@@ -69,7 +69,6 @@ end;
 
 
 
 
 procedure UnRegisterModuleClasses(Module: HMODULE);
 procedure UnRegisterModuleClasses(Module: HMODULE);
-
 begin
 begin
 end;
 end;
 
 
@@ -106,6 +105,32 @@ begin
     end;
     end;
 end;
 end;
 
 
+
+procedure StartClassGroup(AClass: TPersistentClass);
+begin
+end;
+
+
+procedure GroupDescendentsWith(AClass, AClassGroup: TPersistentClass);
+begin
+end;
+
+
+function ActivateClassGroup(AClass: TPersistentClass): TPersistentClass;
+begin
+end;
+
+
+function ClassGroupOf(AClass: TPersistentClass): TPersistentClass;
+begin
+end;
+
+
+function ClassGroupOf(Instance: TPersistent): TPersistentClass;
+begin
+end;
+
+
 { Component registration routines }
 { Component registration routines }
 
 
 type
 type
@@ -197,7 +222,10 @@ end;
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.1  2003-10-06 21:01:06  peter
+  Revision 1.2  2005-02-02 19:39:59  florian
+    * empty class grouping functions
+
+  Revision 1.1  2003/10/06 21:01:06  peter
     * moved classes unit to rtl
     * moved classes unit to rtl
 
 
   Revision 1.5  2003/04/19 14:29:25  michael
   Revision 1.5  2003/04/19 14:29:25  michael