summaryrefslogtreecommitdiff
path: root/ACE/ace/ETCL
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2012-11-23 08:08:31 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2012-11-23 08:08:31 +0000
commit94c3009f7f5bab9527e574835f0948b5b03f5dcf (patch)
treecb2ed26ad3a5169fd07ec79a55716acaebea7784 /ACE/ace/ETCL
parent5372fdd213c6578d8fdb5e3dbb65ef7daf62c103 (diff)
downloadATCD-94c3009f7f5bab9527e574835f0948b5b03f5dcf.tar.gz
Fri Nov 23 08:07:23 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/ETCL/ETCL_Constraint.inl: Fixed coverity error by initializing pointer value * ace/Message_Queue.h: * ace/Timer_Queue_Iterator.h: Doxygen improvements * ace/Timer_Queue_Iterator.cpp: Initialize all members in default constructor
Diffstat (limited to 'ACE/ace/ETCL')
-rw-r--r--ACE/ace/ETCL/ETCL_Constraint.inl1
1 files changed, 1 insertions, 0 deletions
diff --git a/ACE/ace/ETCL/ETCL_Constraint.inl b/ACE/ace/ETCL/ETCL_Constraint.inl
index 914a0ef640f..99878b78f2f 100644
--- a/ACE/ace/ETCL/ETCL_Constraint.inl
+++ b/ACE/ace/ETCL/ETCL_Constraint.inl
@@ -309,6 +309,7 @@ ETCL_Binary_Expr::lhs (void) const
ACE_INLINE
ETCL_Preference::ETCL_Preference (void)
+ : subexpr_ (0)
{}
ACE_INLINE