summaryrefslogtreecommitdiff
path: root/TAO/tao/params.h
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-11 02:39:08 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-11 02:39:08 +0000
commitb35b0698c9d9a081f855bdef87c35e01b0106364 (patch)
tree526e2da7fb2d12088ddd08beb909118744592c7c /TAO/tao/params.h
parent0c06ffd5644c8e59f2274b5121f649731aee3489 (diff)
downloadATCD-b35b0698c9d9a081f855bdef87c35e01b0106364.tar.gz
ChangeLogTag:Thu Jun 10 21:20:19 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/params.h')
-rw-r--r--TAO/tao/params.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/TAO/tao/params.h b/TAO/tao/params.h
index 8accb03709b..fdbc8aa0b9e 100644
--- a/TAO/tao/params.h
+++ b/TAO/tao/params.h
@@ -136,6 +136,11 @@ public:
void default_init_ref (const ACE_CString &default_init_ref);
// Set/Get the Init Reference of an arbitrary ObjectID.
+ int std_profile_components (void) const;
+ void std_profile_components (int x);
+ // Disable the OMG standard profile components, useful for
+ // homogenous environments.
+
private:
// Each "endpoint" is of the form:
//
@@ -211,6 +216,9 @@ private:
int use_dotted_decimal_addresses_;
// For selecting a address notation
+
+ int std_profile_components_;
+ // If true then the standard OMG components are not generated.
};
#if defined (__ACE_INLINE__)