From 7a6ccd613e5f9db8bdb0ca28631cb49fdc78703b Mon Sep 17 00:00:00 2001 From: parsons Date: Sun, 26 Mar 2000 20:45:47 +0000 Subject: Added leading underscore to 'supports' identifier, so the file will compile if valuetypes are recognized by the IDL compiler. Generated source code is unchanged. --- TAO/orbsvcs/orbsvcs/CosLifeCycle.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.1