summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-11-26 12:02:57 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-11-26 12:02:57 +0100
commite29c775c1fc530c6528837cd0d6820c3652820c5 (patch)
tree4641a913d6a0b55251720e83b17440cdaaafb32a
parent858a63528d213eeec10de11660a770f7b7dc1bfd (diff)
downloadATCD-e29c775c1fc530c6528837cd0d6820c3652820c5.tar.gz
Layout change
* TAO/orbsvcs/orbsvcs/PortableGroup/PG_Properties_Encoder.h:
-rw-r--r--TAO/orbsvcs/orbsvcs/PortableGroup/PG_Properties_Encoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Properties_Encoder.h b/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Properties_Encoder.h
index 6f8c5d2070b..9c8cb300bca 100644
--- a/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Properties_Encoder.h
+++ b/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Properties_Encoder.h
@@ -55,7 +55,7 @@ namespace TAO_PG
/// Meaningless method to keep ACE_Vector happy
bool operator != (const NamedValue &rhs) const;
};
- typedef ACE_Vector< NamedValue, 10 > NamedValueVec;
+ typedef ACE_Vector<NamedValue, 10> NamedValueVec;
public:
/**