Skip to content

Commit a43129d

Browse files
authored
Merge pull request #6 from Mobject-Dev-Team/pre-v1.1.1
minor style change
2 parents 92b1c87 + 87cb307 commit a43129d

File tree

6 files changed

+5
-8
lines changed

6 files changed

+5
-8
lines changed

mobject-disposable.library

-2.14 KB
Binary file not shown.

src/mobject-disposable-library/mobject-disposable-test-project/Main/Main.plcproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
</None>
6161
</ItemGroup>
6262
<ItemGroup>
63-
<LibraryReference Include="mobject-disposable,1.1.0,mobject">
63+
<LibraryReference Include="mobject-disposable,1.1.1,mobject">
6464
<Namespace>mobject_disposable</Namespace>
6565
</LibraryReference>
6666
</ItemGroup>

src/mobject-disposable-library/mobject-disposable-test-project/mobject-disposable-test-project.tsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</System>
1111
<Plc>
1212
<Project GUID="{99410A04-EDBC-4BE9-8215-58B13429C019}" Name="Main" PrjFilePath="Main\Main.plcproj" TmcFilePath="Main\Main.tmc" ReloadTmc="true" AmsPort="851" FileArchiveSettings="#x000e" SymbolicMapping="true">
13-
<Instance Id="#x08502000" TcSmClass="TComPlcObjDef" KeepUnrestoredLinks="2" TmcPath="Main\Main.tmc" TmcHash="{F9546CB4-2D3A-408F-024D-79CDD19B0A66}">
13+
<Instance Id="#x08502000" TcSmClass="TComPlcObjDef" KeepUnrestoredLinks="2" TmcPath="Main\Main.tmc" TmcHash="{82EA8C7D-F2A7-3D17-D653-9AFC240818EC}">
1414
<Name>Main Instance</Name>
1515
<CLSID ClassFactory="TcPlc30">{08500001-0000-0000-F000-000000000064}</CLSID>
1616
<Contexts>

src/mobject-disposable-library/mobject-disposable/mobject-disposable/Disposable/Disposable.TcPOU

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ END_VAR]]></Declaration>
1212
</Implementation>
1313
<Folder Name="Destructor" Id="{a244c56d-214c-0539-02cc-30986d16b566}" />
1414
<Method Name="Dispose" Id="{6c98f403-5dd6-4f9d-bc0a-e406c48a07a8}">
15-
<Declaration><![CDATA[METHOD Dispose
15+
<Declaration><![CDATA[METHOD PUBLIC Dispose
1616
VAR
1717
pDisposable : POINTER TO Disposable;
1818
END_VAR]]></Declaration>

src/mobject-disposable-library/mobject-disposable/mobject-disposable/Interfaces/I_Disposable.TcIO

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44
<Declaration><![CDATA[INTERFACE I_Disposable EXTENDS __System.IQueryInterface
55
]]></Declaration>
66
<Method Name="Dispose" Id="{860d07a8-49bb-4a9d-a729-17f246fb69b8}">
7-
<Declaration><![CDATA[METHOD Dispose
8-
VAR_INPUT
9-
END_VAR
10-
]]></Declaration>
7+
<Declaration><![CDATA[METHOD PUBLIC Dispose]]></Declaration>
118
</Method>
129
</Itf>
1310
</TcPlcObject>

src/mobject-disposable-library/mobject-disposable/mobject-disposable/mobject-disposable.plcproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<Company>mobject</Company>
1919
<Released>false</Released>
2020
<Title>mobject-disposable</Title>
21-
<ProjectVersion>1.1.0</ProjectVersion>
21+
<ProjectVersion>1.1.1</ProjectVersion>
2222
<DefaultNamespace>mobject-disposable</DefaultNamespace>
2323
<Author>mobject dev team</Author>
2424
<LibraryCategories>

0 commit comments

Comments
 (0)