summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/PortableGroup/PG_conf.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2002-10-15 01:52:31 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2002-10-15 01:52:31 +0000
commit47972c4e0180e333cd115e3d6e05771c6e2af8d4 (patch)
tree291eae500998b0ca883fd1126f6d907dff866da9 /TAO/orbsvcs/orbsvcs/PortableGroup/PG_conf.h
parent5c17376f3a6382f833fa125eb32139ea4fda4a6a (diff)
downloadATCD-47972c4e0180e333cd115e3d6e05771c6e2af8d4.tar.gz
ChangeLogTag:Mon Oct 14 18:52:06 2002 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/PortableGroup/PG_conf.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/PortableGroup/PG_conf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/PortableGroup/PG_conf.h b/TAO/orbsvcs/orbsvcs/PortableGroup/PG_conf.h
index b59757ace71..9d9a2fa3208 100644
--- a/TAO/orbsvcs/orbsvcs/PortableGroup/PG_conf.h
+++ b/TAO/orbsvcs/orbsvcs/PortableGroup/PG_conf.h
@@ -52,7 +52,7 @@ const PortableGroup::InitialNumberMembersValue TAO_PG_INITIAL_NUMBER_MEMBERS =
#ifndef TAO_PG_MINIMUM_NUMBER_MEMBERS
/// The default minimum number of object group members.
const PortableGroup::MinimumNumberMembersValue TAO_PG_MINIMUM_NUMBER_MEMBERS =
- 0;
+ TAO_PG_INITIAL_NUMBER_MEMBERS;
#endif /* TAO_PG_MINIMUM_NUMBER_MEMBERS */
#include "ace/post.h"