summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Trader/Trader_Utils.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-04-29 18:33:00 +0200
committerGitHub <noreply@github.com>2021-04-29 18:33:00 +0200
commitfb9a4a0fab263d90bcfdbfef4be5a4b4dd1eb6d7 (patch)
treebcd8bcaab0590693acc77214d901d02cbaedc227 /TAO/orbsvcs/orbsvcs/Trader/Trader_Utils.h
parent10f275eb348168ee2e76824bd4f63eed9aa74448 (diff)
parente34b94be98ca81f5a9640b896e1cf983bb3ea768 (diff)
downloadATCD-fb9a4a0fab263d90bcfdbfef4be5a4b4dd1eb6d7.tar.gz
Merge pull request #1487 from jwillemsen/jwi-autoptrunimpl
Removed not used auto_ptr member, use delete, layout changes, fixed typos
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Trader/Trader_Utils.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Trader/Trader_Utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Trader/Trader_Utils.h b/TAO/orbsvcs/orbsvcs/Trader/Trader_Utils.h
index add6daf0604..b5efbed8b0e 100644
--- a/TAO/orbsvcs/orbsvcs/Trader/Trader_Utils.h
+++ b/TAO/orbsvcs/orbsvcs/Trader/Trader_Utils.h
@@ -53,7 +53,7 @@ public:
CORBA::Boolean supports_dp = 1);
/// Clean up dynamic properties.
- virtual ~TAO_Property_Evaluator (void);
+ virtual ~TAO_Property_Evaluator ();
/// Returns 1 if the property at index @a index is dynamic. Returns a
/// 0 when the index is out of bounds.