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 Feb 23, 2023
1 parent ffe662c commit 8f9b431
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dds/DCPS/ProactorEventDispatcher.h
Original file line number Diff line number Diff line change
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 8f9b431

Please sign in to comment.