summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-26 20:45:47 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-26 20:45:47 +0000
commit7a6ccd613e5f9db8bdb0ca28631cb49fdc78703b (patch)
tree16cbf36e1736b1b47cbf141e8a83c22861257223
parentc4cf405c3f58fabd8ff79b7e3b827631d9f117fd (diff)
downloadATCD-7a6ccd613e5f9db8bdb0ca28631cb49fdc78703b.tar.gz
Added leading underscore to 'supports' identifier, so the file will
compile if valuetypes are recognized by the IDL compiler. Generated source code is unchanged.
-rw-r--r--TAO/orbsvcs/orbsvcs/CosLifeCycle.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/CosLifeCycle.idl b/TAO/orbsvcs/orbsvcs/CosLifeCycle.idl
index 16c964fa3f1..456e2fdd5d2 100644
--- a/TAO/orbsvcs/orbsvcs/CosLifeCycle.idl
+++ b/TAO/orbsvcs/orbsvcs/CosLifeCycle.idl
@@ -105,7 +105,7 @@ module CosLifeCycle
// = DESCRIPTION
// @@ Please fill in.
- boolean supports (in Key k);
+ boolean _supports (in Key k);
Object create_object (in Key k,
in Criteria the_criteria)
raises (NoFactory, InvalidCriteria, CannotMeetCriteria);