Skip to content

Commit

Permalink
Merge pull request #97 from jwillemsen/jwi-friend
Browse files Browse the repository at this point in the history
Make constructor public and removed friend
  • Loading branch information
jwillemsen authored Oct 6, 2023
2 parents 3350405 + 5b0c2d5 commit 99d5a99
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tools/artifact_installation/artifact_installation_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ namespace DAnCEX11
using TLOCK = ACE_MT_SYNCH::MUTEX ;
using TCONDITION = ACE_MT_SYNCH::CONDITION;
using TPropertyMap = ArtifactInstallationHandler::TPropertyMap;
ArtifactInstallation_Impl ();
~ArtifactInstallation_Impl () override;

void initialize () override;
Expand All @@ -105,11 +106,6 @@ namespace DAnCEX11
const std::string& artifact_name) override;

private:
ArtifactInstallation_Impl ();

template <typename _Tp1, typename, typename ...Args>
friend CORBA::object_reference<_Tp1> CORBA::make_reference(Args&& ...args);

using TProtocolStack = std::stack<std::string>;

// key is artifact name
Expand Down

0 comments on commit 99d5a99

Please sign in to comment.