summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-10-28 10:42:26 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-10-28 10:42:26 +0100
commit9c2821704d3f5919de4cc6d1612ceef77dfc85b6 (patch)
tree490d5c6732977dac6aa166f211613d3c8144311b /TAO/orbsvcs
parent44b236a3a36ce56a1029788a17ce4e6a43fc3fc7 (diff)
downloadATCD-9c2821704d3f5919de4cc6d1612ceef77dfc85b6.tar.gz
Layout changes
Diffstat (limited to 'TAO/orbsvcs')
-rw-r--r--TAO/orbsvcs/orbsvcs/AV/AVStreams_i.h6
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_ObserverStrategy.h6
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.h3
-rw-r--r--TAO/orbsvcs/orbsvcs/IFRService/IFR_Service_Utils.cpp3
-rw-r--r--TAO/orbsvcs/orbsvcs/Log/Log_Persistence_Strategy.h2
-rw-r--r--TAO/orbsvcs/orbsvcs/Security/SL3_SecurityCurrent_Impl.h8
-rw-r--r--TAO/orbsvcs/orbsvcs/Security/Security_Current_Impl.h6
-rw-r--r--TAO/orbsvcs/orbsvcs/Trader/Offer_Iterators.h7
-rw-r--r--TAO/orbsvcs/orbsvcs/Trader/Trader_Utils.h5
9 files changed, 14 insertions, 32 deletions
diff --git a/TAO/orbsvcs/orbsvcs/AV/AVStreams_i.h b/TAO/orbsvcs/orbsvcs/AV/AVStreams_i.h
index 459d8979c95..f245d0d2535 100644
--- a/TAO/orbsvcs/orbsvcs/AV/AVStreams_i.h
+++ b/TAO/orbsvcs/orbsvcs/AV/AVStreams_i.h
@@ -964,8 +964,7 @@ public:
*/
virtual CORBA::Boolean connect_to_peer (AVStreams::QoS & the_qos,
const char * address,
- const char * use_flow_protocol)
- = 0;
+ const char * use_flow_protocol) = 0;
/// connect to the peer endpoint.
virtual CORBA::Boolean connect_to_peer_i (TAO_FlowSpec_Entry::Role role,
@@ -981,8 +980,7 @@ public:
virtual char * go_to_listen (AVStreams::QoS & the_qos,
CORBA::Boolean is_mcast,
AVStreams::FlowEndPoint_ptr peer,
- char *& flowProtocol)
- = 0;
+ char *& flowProtocol) = 0;
/// listen request from the peer.
virtual char * go_to_listen_i (TAO_FlowSpec_Entry::Role role,
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_ObserverStrategy.h b/TAO/orbsvcs/orbsvcs/Event/EC_ObserverStrategy.h
index 6b4dcdf09a8..15f3781eaf5 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_ObserverStrategy.h
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_ObserverStrategy.h
@@ -62,11 +62,9 @@ public:
/// The basic methods to support the EC strategies.
virtual RtecEventChannelAdmin::Observer_Handle
- append_observer (RtecEventChannelAdmin::Observer_ptr)
- = 0;
+ append_observer (RtecEventChannelAdmin::Observer_ptr) = 0;
virtual void remove_observer (
- RtecEventChannelAdmin::Observer_Handle)
- = 0;
+ RtecEventChannelAdmin::Observer_Handle) = 0;
/// Used by the EC to inform the ObserverStrategy that a Consumer has
/// connected or disconnected from it.
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.h b/TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.h
index c6ec73de326..4e02c41c415 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.h
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.h
@@ -66,8 +66,7 @@ public:
/// Activate in the POA
virtual void activate (
- RtecEventChannelAdmin::ProxyPushConsumer_ptr &proxy)
- = 0;
+ RtecEventChannelAdmin::ProxyPushConsumer_ptr &proxy) = 0;
/// Deactivate from the POA
virtual void deactivate (void);
diff --git a/TAO/orbsvcs/orbsvcs/IFRService/IFR_Service_Utils.cpp b/TAO/orbsvcs/orbsvcs/IFRService/IFR_Service_Utils.cpp
index cafbd7cdb62..09f75725f10 100644
--- a/TAO/orbsvcs/orbsvcs/IFRService/IFR_Service_Utils.cpp
+++ b/TAO/orbsvcs/orbsvcs/IFRService/IFR_Service_Utils.cpp
@@ -282,8 +282,7 @@ TAO_IFR_Server::create_repository (void)
auto_ptr<TAO_ComponentRepository_i> safety (impl);
TAO_IFR_Service_Utils::repo_ = impl;
- POA_CORBA::ComponentIR::Repository_tie<TAO_ComponentRepository_i> *impl_tie
- = 0;
+ POA_CORBA::ComponentIR::Repository_tie<TAO_ComponentRepository_i> *impl_tie = 0;
ACE_NEW_THROW_EX (
impl_tie,
diff --git a/TAO/orbsvcs/orbsvcs/Log/Log_Persistence_Strategy.h b/TAO/orbsvcs/orbsvcs/Log/Log_Persistence_Strategy.h
index 76e3cb801d5..926277a0f3f 100644
--- a/TAO/orbsvcs/orbsvcs/Log/Log_Persistence_Strategy.h
+++ b/TAO/orbsvcs/orbsvcs/Log/Log_Persistence_Strategy.h
@@ -46,7 +46,7 @@ class TAO_Log_Serv_Export TAO_Log_Persistence_Strategy
public:
/// @brief Log Store Factory
virtual TAO_LogStore*
- create_log_store (TAO_LogMgr_i* logmgr_i) = 0;
+ create_log_store (TAO_LogMgr_i* logmgr_i) = 0;
private:
};
diff --git a/TAO/orbsvcs/orbsvcs/Security/SL3_SecurityCurrent_Impl.h b/TAO/orbsvcs/orbsvcs/Security/SL3_SecurityCurrent_Impl.h
index 4242a6fc6a8..cb8a06bff3f 100644
--- a/TAO/orbsvcs/orbsvcs/Security/SL3_SecurityCurrent_Impl.h
+++ b/TAO/orbsvcs/orbsvcs/Security/SL3_SecurityCurrent_Impl.h
@@ -45,7 +45,6 @@ namespace TAO
class TAO_Security_Export SecurityCurrent_Impl
{
public:
-
/// Destructor.
virtual ~SecurityCurrent_Impl (void);
@@ -58,17 +57,14 @@ namespace TAO
//@{
/// Return the Credentials received from the client associate with
/// the current request.
- virtual SecurityLevel3::ClientCredentials_ptr client_credentials ()
- = 0;
+ virtual SecurityLevel3::ClientCredentials_ptr client_credentials () = 0;
/// Is the current request local?
- virtual CORBA::Boolean request_is_local ()
- = 0;
+ virtual CORBA::Boolean request_is_local () = 0;
//@}
/// Return the unique tag that identifies the concrete subclass.
virtual CORBA::ULong tag (void) const = 0;
-
};
} // End Security namespace.
diff --git a/TAO/orbsvcs/orbsvcs/Security/Security_Current_Impl.h b/TAO/orbsvcs/orbsvcs/Security/Security_Current_Impl.h
index aa1825c25ca..3931509fc0a 100644
--- a/TAO/orbsvcs/orbsvcs/Security/Security_Current_Impl.h
+++ b/TAO/orbsvcs/orbsvcs/Security/Security_Current_Impl.h
@@ -59,8 +59,7 @@ namespace TAO
/// the given attribute type list associated with the current
/// request.
virtual ::Security::AttributeList * get_attributes (
- const ::Security::AttributeTypeList & attributes)
- = 0;
+ const ::Security::AttributeTypeList & attributes) = 0;
//@}
/**
@@ -72,8 +71,7 @@ namespace TAO
//@{
/// Return the Credentials received from the client associate with
/// the current request.
- virtual SecurityLevel2::ReceivedCredentials_ptr received_credentials ()
- = 0;
+ virtual SecurityLevel2::ReceivedCredentials_ptr received_credentials () = 0;
//@}
/// Return the unique tag that identifies the concrete subclass.
diff --git a/TAO/orbsvcs/orbsvcs/Trader/Offer_Iterators.h b/TAO/orbsvcs/orbsvcs/Trader/Offer_Iterators.h
index 4ed2f171cb5..9ae6c26fd71 100644
--- a/TAO/orbsvcs/orbsvcs/Trader/Offer_Iterators.h
+++ b/TAO/orbsvcs/orbsvcs/Trader/Offer_Iterators.h
@@ -62,8 +62,7 @@ public:
virtual void add_offer (CosTrading::OfferId offer_id,
const CosTrading::Offer* offer) = 0;
- virtual CORBA::ULong max_left (void)
- = 0;
+ virtual CORBA::ULong max_left (void) = 0;
// BEGIN SPEC
// The max_left operation returns the number of service offers
@@ -88,10 +87,8 @@ public:
* END SPEC
*/
virtual CORBA::Boolean next_n (CORBA::ULong n,
- CosTrading::OfferSeq_out offers)
- = 0;
+ CosTrading::OfferSeq_out offers) = 0;
protected:
-
TAO_Offer_Iterator& operator=(const TAO_Offer_Iterator&);
/// The filter through which each returned offer must pass. Used to
diff --git a/TAO/orbsvcs/orbsvcs/Trader/Trader_Utils.h b/TAO/orbsvcs/orbsvcs/Trader/Trader_Utils.h
index 6e53cce11c5..cf24bbcd1d3 100644
--- a/TAO/orbsvcs/orbsvcs/Trader/Trader_Utils.h
+++ b/TAO/orbsvcs/orbsvcs/Trader/Trader_Utils.h
@@ -179,7 +179,6 @@ class TAO_Trading_Serv_Export TAO_Dynamic_Property
: public virtual POA_CosTradingDynamic::DynamicPropEval
{
public:
-
TAO_Dynamic_Property (void) {}
virtual ~TAO_Dynamic_Property (void);
@@ -188,8 +187,7 @@ public:
/// Dynamic property evaluation call-back method.
virtual CORBA::Any* evalDP(const char* name,
CORBA::TypeCode_ptr returned_type,
- const CORBA::Any& extra_info)
- = 0;
+ const CORBA::Any& extra_info) = 0;
/// Method to construct a dynamic property structure suitable for
/// exporting in a CosTrading::PropertyStruct to the Trading Service.
@@ -199,7 +197,6 @@ public:
const CORBA::Any& extra_info);
private:
-
CosTradingDynamic::DynamicPropEval_var prop_;
};