summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2016-07-01 08:46:26 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2016-07-01 08:46:26 +0200
commit9f2aca309b7c9a8e43b611c6b3f269e10720b7f1 (patch)
treede6d50e4e732b477d35bd58956a1bfbbf8f24e2a
parentd50ed137e96ef69e1bf1491e97989e02737c0144 (diff)
downloadATCD-9f2aca309b7c9a8e43b611c6b3f269e10720b7f1.tar.gz
Zapped some old empty comment headers
* TAO/orbsvcs/orbsvcs/CosLifeCycle.idl:
-rw-r--r--TAO/orbsvcs/orbsvcs/CosLifeCycle.idl10
1 files changed, 0 insertions, 10 deletions
diff --git a/TAO/orbsvcs/orbsvcs/CosLifeCycle.idl b/TAO/orbsvcs/orbsvcs/CosLifeCycle.idl
index 6a1610c36f7..02533edecae 100644
--- a/TAO/orbsvcs/orbsvcs/CosLifeCycle.idl
+++ b/TAO/orbsvcs/orbsvcs/CosLifeCycle.idl
@@ -80,11 +80,6 @@ module CosLifeCycle
interface LifeCycleObject
{
- // = TITLE
- // @@ Please fill in.
- // = DESCRIPTION
- // @@ Please fill in.
-
LifeCycleObject copy (in FactoryFinder there,
in Criteria the_criteria)
raises (NoFactory, NotCopyable, InvalidCriteria, CannotMeetCriteria);
@@ -97,11 +92,6 @@ module CosLifeCycle
interface GenericFactory
{
- // = TITLE
- // @@ Please fill in.
- // = DESCRIPTION
- // @@ Please fill in.
-
boolean _supports (in Key k);
Object create_object (in Key k,
in Criteria the_criteria)