@@ -32,7 +32,7 @@ interface
3232**************************************************************************************************************************)
3333
3434IRTTIBase = interface
35- [' {F71073EA-4326-4BF0-B1B7-6B5326CE0668 }' ]
35+ [' {6D5C237C-E78B-4657-B893-C8BE11BC6794 }' ]
3636
3737 function GetLastErrorMessage (out AErrorMessage: String): Boolean;
3838 procedure ClearErrorMessages ();
@@ -48,7 +48,7 @@ interface
4848**************************************************************************************************************************)
4949
5050IRTTIAnimal = interface (IRTTIBase)
51- [' {710CB19F-03E6-4023-BACC-3C1A157E4C0A }' ]
51+ [' {8B7F3A98-3978-4C5F-90AC-F3D2FA2CC468 }' ]
5252
5353 function Name (): String;
5454end ;
@@ -59,7 +59,7 @@ interface
5959**************************************************************************************************************************)
6060
6161IRTTIMammal = interface (IRTTIAnimal)
62- [' {B282E29A-0B7B-444D-AFB2-F7E36D634D07 }' ]
62+ [' {D9FFF1D8-FFFB-4EB4-AF81-25F9266571AA }' ]
6363
6464end ;
6565
@@ -69,7 +69,7 @@ interface
6969**************************************************************************************************************************)
7070
7171IRTTIReptile = interface (IRTTIAnimal)
72- [' {9C3113BD-DBDB-479C-8109-0A9373897F4E }' ]
72+ [' {AB96FE19-A8D1-4610-8EE6-0EB949DFB518 }' ]
7373
7474end ;
7575
@@ -79,7 +79,7 @@ interface
7979**************************************************************************************************************************)
8080
8181IRTTIGiraffe = interface (IRTTIMammal)
82- [' {7A758ACC-C9D8-4C26-8758-E0012209395E }' ]
82+ [' {CFF41F38-7171-4D6E-A8DD-F0247C7C8FC2 }' ]
8383
8484end ;
8585
@@ -89,7 +89,7 @@ interface
8989**************************************************************************************************************************)
9090
9191IRTTITiger = interface (IRTTIMammal)
92- [' {8C10281D-9072-4B57-AF39-64903EA0A46B }' ]
92+ [' {B3279D23-3017-4F14-BA80-2481BDC18F9D }' ]
9393
9494 procedure Roar ();
9595end ;
@@ -100,7 +100,7 @@ interface
100100**************************************************************************************************************************)
101101
102102IRTTISnake = interface (IRTTIReptile)
103- [' {F7EA7F1B-BDA5-4E51-BA15-54AB1E92580D }' ]
103+ [' {02B026CC-EBE1-4A50-80C5-3E0E00419AE4 }' ]
104104
105105end ;
106106
@@ -110,7 +110,7 @@ interface
110110**************************************************************************************************************************)
111111
112112IRTTITurtle = interface (IRTTIReptile)
113- [' {E5BFFA76-FC6C-4C82-9302-E1BE903BCCFA }' ]
113+ [' {D5071CDA-CFDB-41A2-BA42-CF2B3EB75381 }' ]
114114
115115end ;
116116
@@ -120,7 +120,7 @@ interface
120120**************************************************************************************************************************)
121121
122122IRTTIAnimalIterator = interface (IRTTIBase)
123- [' {F99A080B-B278-4A43-9523-FB353C9928FA }' ]
123+ [' {30B15DE2-9548-4F1F-8A1C-28798D38ECF5 }' ]
124124
125125 function GetNextAnimal (): TObject;
126126 function GetNextOptinalAnimal (out AAnimal: TObject): Boolean;
@@ -133,7 +133,7 @@ interface
133133**************************************************************************************************************************)
134134
135135IRTTIZoo = interface (IRTTIBase)
136- [' {CA530586-4F80-45D7-B879-8FD0A52388E8 }' ]
136+ [' {4CE7CE21-14C4-4F98-801A-3E952D434366 }' ]
137137
138138 function Iterator (): TObject;
139139end ;
0 commit comments