Skip to content

Commit

Permalink
Make constructor public and removed friend
Browse files Browse the repository at this point in the history
    * tools/artifact_installation/artifact_installation_impl.h:
  • Loading branch information
jwillemsen committed Oct 5, 2023
1 parent 0029f3d commit 5b0c2d5
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 5b0c2d5

Please sign in to comment.