summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/IdAssignmentStrategy.h
diff options
context:
space:
mode:
authorErik Sohns <esohns@users.noreply.github.com>2023-04-06 11:09:11 +0200
committerGitHub <noreply@github.com>2023-04-06 11:09:11 +0200
commita3a7c2a50383ebf00534c28014704ce57e092821 (patch)
tree0de4a576c9929ac6d821462e1693882654f2a456 /TAO/tao/PortableServer/IdAssignmentStrategy.h
parent5625244fd7bb77bafabce28fdec790f51ef50080 (diff)
parentb50aba0fdce1069b9aa9b1baac9adee396663779 (diff)
downloadATCD-a3a7c2a50383ebf00534c28014704ce57e092821.tar.gz
Merge branch 'master' into message_queue_ex_get_queue
Diffstat (limited to 'TAO/tao/PortableServer/IdAssignmentStrategy.h')
-rw-r--r--TAO/tao/PortableServer/IdAssignmentStrategy.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/TAO/tao/PortableServer/IdAssignmentStrategy.h b/TAO/tao/PortableServer/IdAssignmentStrategy.h
index dca18216db1..5f4e1ce6e5f 100644
--- a/TAO/tao/PortableServer/IdAssignmentStrategy.h
+++ b/TAO/tao/PortableServer/IdAssignmentStrategy.h
@@ -12,14 +12,12 @@
#define TAO_ID_ASSIGNMENT_STRATEGY_H
#include /**/ "ace/pre.h"
-#include "tao/PortableServer/Policy_Strategy.h"
+#include "tao/Basic_Types.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "tao/Basic_Types.h"
-
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
namespace TAO
@@ -27,12 +25,10 @@ namespace TAO
namespace Portable_Server
{
class IdAssignmentStrategy
- : public Policy_Strategy
{
public:
- virtual void strategy_init(TAO_Root_POA *poa);
-
- virtual void strategy_cleanup();
+ IdAssignmentStrategy () = default;
+ virtual ~IdAssignmentStrategy () = default;
/**
* Returns the key type the says which specific policy we have