From bdd31e4d7374fb4f1cbb745021e90dd9f2e8e6d2 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Fri, 17 Sep 2010 08:35:56 +0000 Subject: Removed trailing whitespaces --- TAO/orbsvcs/orbsvcs/CosTradingRepos.idl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'TAO/orbsvcs/orbsvcs/CosTradingRepos.idl') diff --git a/TAO/orbsvcs/orbsvcs/CosTradingRepos.idl b/TAO/orbsvcs/orbsvcs/CosTradingRepos.idl index 0462030155e..0edde8f9a89 100644 --- a/TAO/orbsvcs/orbsvcs/CosTradingRepos.idl +++ b/TAO/orbsvcs/orbsvcs/CosTradingRepos.idl @@ -26,7 +26,7 @@ module CosTradingRepos { interface ServiceTypeRepository - { + { // local types typedef sequence ServiceTypeNameSeq; enum PropertyMode { @@ -40,7 +40,7 @@ module CosTradingRepos PropertyMode mode; }; typedef sequence PropStructSeq; - + typedef CosTrading::Istring Identifier; // IR::Identifier struct IncarnationNumber @@ -99,10 +99,10 @@ module CosTradingRepos exception DuplicateServiceTypeName { CosTrading::ServiceTypeName name; }; - + // attributes readonly attribute IncarnationNumber incarnation; - + // operation signatures IncarnationNumber add_type (in CosTrading::ServiceTypeName name, in Identifier if_name, @@ -121,7 +121,7 @@ module CosTradingRepos raises (CosTrading::IllegalServiceType, CosTrading::UnknownServiceType, HasSubTypes); - + ServiceTypeNameSeq list_types (in SpecifiedServiceTypes which_types); TypeStruct describe_type (in CosTrading::ServiceTypeName name) @@ -140,7 +140,7 @@ module CosTradingRepos void unmask_type (in CosTrading::ServiceTypeName name) raises (CosTrading::IllegalServiceType, CosTrading::UnknownServiceType, - NotMasked); + NotMasked); }; }; /* end module CosTradingRepos */ -- cgit v1.2.1