Skip to content

Commit 391e11a

Browse files
committed
Merge branch 'gangatp/fix_examples' of https://github.com/Autodesk/AutomaticComponentToolkit into gangatp/fix_examples
2 parents 5992bc5 + 185b257 commit 391e11a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Examples/RTTI/RTTI_component/Implementations/Pascal/Interfaces/rtti_interfaces.pas

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ interface
3232
**************************************************************************************************************************)
3333

3434
IRTTIBase = interface
35-
['{EF817957-FB9C-4092-8461-0ED1F0DE2387}']
35+
['{F71073EA-4326-4BF0-B1B7-6B5326CE0668}']
3636

3737
function GetLastErrorMessage(out AErrorMessage: String): Boolean;
3838
procedure ClearErrorMessages();
@@ -48,7 +48,7 @@ interface
4848
**************************************************************************************************************************)
4949

5050
IRTTIAnimal = interface(IRTTIBase)
51-
['{92240D29-EE66-41D9-B886-9DF617EFC806}']
51+
['{710CB19F-03E6-4023-BACC-3C1A157E4C0A}']
5252

5353
function Name(): String;
5454
end;
@@ -59,7 +59,7 @@ interface
5959
**************************************************************************************************************************)
6060

6161
IRTTIMammal = interface(IRTTIAnimal)
62-
['{954FC2D2-7388-441A-A057-A098124AAD17}']
62+
['{B282E29A-0B7B-444D-AFB2-F7E36D634D07}']
6363

6464
end;
6565

@@ -69,7 +69,7 @@ interface
6969
**************************************************************************************************************************)
7070

7171
IRTTIReptile = interface(IRTTIAnimal)
72-
['{8B5BF4AE-330D-4064-B96A-3758C2DC5631}']
72+
['{9C3113BD-DBDB-479C-8109-0A9373897F4E}']
7373

7474
end;
7575

@@ -79,7 +79,7 @@ interface
7979
**************************************************************************************************************************)
8080

8181
IRTTIGiraffe = interface(IRTTIMammal)
82-
['{F17B2FFC-F693-4292-AD7B-144E60A3DB33}']
82+
['{7A758ACC-C9D8-4C26-8758-E0012209395E}']
8383

8484
end;
8585

@@ -89,7 +89,7 @@ interface
8989
**************************************************************************************************************************)
9090

9191
IRTTITiger = interface(IRTTIMammal)
92-
['{CE6410DB-29AA-42DB-A58E-C4E9155725C8}']
92+
['{8C10281D-9072-4B57-AF39-64903EA0A46B}']
9393

9494
procedure Roar();
9595
end;
@@ -100,7 +100,7 @@ interface
100100
**************************************************************************************************************************)
101101

102102
IRTTISnake = interface(IRTTIReptile)
103-
['{8C0AA0C3-DD20-4088-BEB5-B60C2673FFB9}']
103+
['{F7EA7F1B-BDA5-4E51-BA15-54AB1E92580D}']
104104

105105
end;
106106

@@ -110,7 +110,7 @@ interface
110110
**************************************************************************************************************************)
111111

112112
IRTTITurtle = interface(IRTTIReptile)
113-
['{54538245-541A-4F8A-A2AE-8CD20765D3A7}']
113+
['{E5BFFA76-FC6C-4C82-9302-E1BE903BCCFA}']
114114

115115
end;
116116

@@ -120,7 +120,7 @@ interface
120120
**************************************************************************************************************************)
121121

122122
IRTTIAnimalIterator = interface(IRTTIBase)
123-
['{5BA3D4E5-DDE8-41A1-BFDD-0F52DE5FA967}']
123+
['{F99A080B-B278-4A43-9523-FB353C9928FA}']
124124

125125
function GetNextAnimal(): TObject;
126126
function GetNextOptinalAnimal(out AAnimal: TObject): Boolean;
@@ -133,7 +133,7 @@ interface
133133
**************************************************************************************************************************)
134134

135135
IRTTIZoo = interface(IRTTIBase)
136-
['{03A6F3EA-9B2B-450D-BDD9-58EA0B37BE44}']
136+
['{CA530586-4F80-45D7-B879-8FD0A52388E8}']
137137

138138
function Iterator(): TObject;
139139
end;

0 commit comments

Comments
 (0)