Skip to content

Commit

Permalink
fix MicrowaveOvenControl environment problem
Browse files Browse the repository at this point in the history
  • Loading branch information
mideayanghui committed Oct 31, 2023
1 parent 96fd5a9 commit 49fede4
Show file tree
Hide file tree
Showing 5 changed files with 4,720 additions and 6,370 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ class DLL_EXPORT OtaSoftwareUpdateProviderCluster : public ClusterBase
{
public:
OtaSoftwareUpdateProviderCluster(Messaging::ExchangeManager & exchangeManager, const SessionHandle & session,
EndpointId endpoint) :
ClusterBase(exchangeManager, session, endpoint)
EndpointId endpoint) : ClusterBase(exchangeManager, session, endpoint)
{}
~OtaSoftwareUpdateProviderCluster() {}
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ class DLL_EXPORT OtaSoftwareUpdateProviderCluster : public ClusterBase
{
public:
OtaSoftwareUpdateProviderCluster(Messaging::ExchangeManager & exchangeManager, const SessionHandle & session,
EndpointId endpoint) :
ClusterBase(exchangeManager, session, endpoint)
EndpointId endpoint) : ClusterBase(exchangeManager, session, endpoint)
{}
~OtaSoftwareUpdateProviderCluster() {}
};
Expand Down
Loading

0 comments on commit 49fede4

Please sign in to comment.