Skip to content

Commit

Permalink
attempt to resolve safety profile build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
simpsont-oci committed Sep 26, 2023
1 parent e6b20c7 commit 9de6455
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dds/DCPS/ProactorEventDispatcher.h
Expand Up @@ -11,8 +11,8 @@
#include "EventDispatcher.h"
#include "ThreadPool.h"

#include "ace/Barrier.h"
#include "ace/Proactor.h"
#include <ace/Refcounted_Auto_Ptr.h>
#include <ace/Proactor.h>

OPENDDS_BEGIN_VERSIONED_NAMESPACE_DECL

Expand Down Expand Up @@ -40,7 +40,6 @@ class OpenDDS_Dcps_Export ProactorEventDispatcher : public EventDispatcher, publ

private:

//typedef RcHandle<ACE_Proactor> Proactor_rap;
typedef ACE_Refcounted_Auto_Ptr<ACE_Proactor, ACE_Thread_Mutex> Proactor_rap;

static ACE_THR_FUNC_RETURN run(void* arg);
Expand Down

0 comments on commit 9de6455

Please sign in to comment.