summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs
diff options
context:
space:
mode:
authorKnut Petter Svendsen <knut@altuma.no>2022-09-09 09:23:14 +0200
committerKnut Petter Svendsen <knut@altuma.no>2022-09-09 16:08:08 +0200
commitd75c37b54441651922e5dcfd287cbc87b1833e23 (patch)
treed9bad1257ee5e0e66f8bee0514aa24a9830ef00f /TAO/orbsvcs/orbsvcs
parentf74944300c9af39d3e099aec8dff263e6d7918df (diff)
downloadATCD-d75c37b54441651922e5dcfd287cbc87b1833e23.tar.gz
Fix CodeFactor issues: blank lines
Diffstat (limited to 'TAO/orbsvcs/orbsvcs')
-rw-r--r--TAO/orbsvcs/orbsvcs/CosEvent/CEC_ConsumerAdmin.h1
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/ECG_Mcast_EH.h3
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/ECG_Mcast_Gateway.h2
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/ECG_UDP_Receiver.h4
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/ECG_UDP_Sender.h4
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_Dispatching_Task.h1
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_Gateway_IIOP.h1
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_Kokyu_Dispatching.h1
-rw-r--r--TAO/orbsvcs/orbsvcs/FaultTolerance/FT_ClientRequest_Interceptor.h4
-rw-r--r--TAO/orbsvcs/orbsvcs/FaultTolerance/FT_IOGR_Property.h2
-rw-r--r--TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FTEC_Event_Channel.h2
-rw-r--r--TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Transport.h3
-rw-r--r--TAO/orbsvcs/orbsvcs/IFRService/ComponentRepository_i.h1
13 files changed, 0 insertions, 29 deletions
diff --git a/TAO/orbsvcs/orbsvcs/CosEvent/CEC_ConsumerAdmin.h b/TAO/orbsvcs/orbsvcs/CosEvent/CEC_ConsumerAdmin.h
index 96ce57e6d30..4b72ce2fc6c 100644
--- a/TAO/orbsvcs/orbsvcs/CosEvent/CEC_ConsumerAdmin.h
+++ b/TAO/orbsvcs/orbsvcs/CosEvent/CEC_ConsumerAdmin.h
@@ -100,7 +100,6 @@ private:
/// Implement the pull side of this class
TAO_ESF_Proxy_Admin<TAO_CEC_EventChannel,TAO_CEC_ProxyPullSupplier,CosEventChannelAdmin::ProxyPullSupplier> pull_admin_;
-
};
// ****************************************************************
diff --git a/TAO/orbsvcs/orbsvcs/Event/ECG_Mcast_EH.h b/TAO/orbsvcs/orbsvcs/Event/ECG_Mcast_EH.h
index 8afc5439610..881df9b925b 100644
--- a/TAO/orbsvcs/orbsvcs/Event/ECG_Mcast_EH.h
+++ b/TAO/orbsvcs/orbsvcs/Event/ECG_Mcast_EH.h
@@ -51,7 +51,6 @@ class TAO_RTEvent_Serv_Export TAO_ECG_Mcast_EH :
public TAO_ECG_Handler_Shutdown
{
public:
-
/// Initialization and termination methods.
//@{
/**
@@ -97,7 +96,6 @@ public:
virtual int handle_input (ACE_HANDLE fd);
private:
-
/**
* @class Observer
*
@@ -211,7 +209,6 @@ private:
void execute ();
private:
-
RtecEventChannelAdmin::Observer_Handle handle_;
RtecEventChannelAdmin::EventChannel_var ec_;
};
diff --git a/TAO/orbsvcs/orbsvcs/Event/ECG_Mcast_Gateway.h b/TAO/orbsvcs/orbsvcs/Event/ECG_Mcast_Gateway.h
index a34a07843f8..dddb8ab6772 100644
--- a/TAO/orbsvcs/orbsvcs/Event/ECG_Mcast_Gateway.h
+++ b/TAO/orbsvcs/orbsvcs/Event/ECG_Mcast_Gateway.h
@@ -125,7 +125,6 @@ class TAO_RTEvent_Serv_Export TAO_ECG_Mcast_Gateway
: public ACE_Service_Object
{
public:
-
/// The Service_Object entry points.
//@{
virtual int init (int argc, ACE_TCHAR* argv[]);
@@ -219,7 +218,6 @@ public:
RtecEventChannelAdmin::EventChannel_ptr ec);
private:
-
/// Helpers.
//@{
/// Check that arguments to run() are not nil.
diff --git a/TAO/orbsvcs/orbsvcs/Event/ECG_UDP_Receiver.h b/TAO/orbsvcs/orbsvcs/Event/ECG_UDP_Receiver.h
index 68532c6b4b0..366a51a6b84 100644
--- a/TAO/orbsvcs/orbsvcs/Event/ECG_UDP_Receiver.h
+++ b/TAO/orbsvcs/orbsvcs/Event/ECG_UDP_Receiver.h
@@ -84,7 +84,6 @@ public:
void execute ();
private:
-
RtecEventChannelAdmin::ProxyPushConsumer_var proxy_;
};
@@ -104,7 +103,6 @@ class TAO_RTEvent_Serv_Export TAO_ECG_UDP_Receiver :
, public virtual TAO_ECG_Dgram_Handler
{
public:
-
/// Initialization and termination methods.
//@{
@@ -186,13 +184,11 @@ public:
virtual int handle_input (ACE_SOCK_Dgram& dgram);
protected:
-
/// Constructor (protected). Clients can create new
/// TAO_ECG_UDP_Receiver objects using the static create() method.
TAO_ECG_UDP_Receiver (CORBA::Boolean perform_crc = false);
private:
-
/// Helpers for the connect() method.
//@{
// Establishes connection to the Event Channel for the first time.
diff --git a/TAO/orbsvcs/orbsvcs/Event/ECG_UDP_Sender.h b/TAO/orbsvcs/orbsvcs/Event/ECG_UDP_Sender.h
index 67f29c6fc14..e5aff6c4027 100644
--- a/TAO/orbsvcs/orbsvcs/Event/ECG_UDP_Sender.h
+++ b/TAO/orbsvcs/orbsvcs/Event/ECG_UDP_Sender.h
@@ -83,7 +83,6 @@ public:
void execute ();
private:
-
RtecEventChannelAdmin::ProxyPushSupplier_var proxy_;
};
@@ -101,7 +100,6 @@ class TAO_RTEvent_Serv_Export TAO_ECG_UDP_Sender :
public TAO_EC_Deactivated_Object
{
public:
-
/// Initialization and termination methods.
//@{
@@ -175,13 +173,11 @@ public:
//@}
protected:
-
/// Constructor (protected). Clients can create new
/// TAO_ECG_UDP_Sender objects using the static create() method.
TAO_ECG_UDP_Sender (CORBA::Boolean crc = 0);
private:
-
/// Helpers for the connect() method.
//@{
// Establishes connection to the Event Channel for the first time.
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_Dispatching_Task.h b/TAO/orbsvcs/orbsvcs/Event/EC_Dispatching_Task.h
index fac5d0fd162..c9701bf5525 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_Dispatching_Task.h
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_Dispatching_Task.h
@@ -96,7 +96,6 @@ protected:
class TAO_RTEvent_Serv_Export TAO_EC_Dispatching_Task : public ACE_Task<ACE_SYNCH>
{
public:
-
#ifdef ACE_WIN32_VC14
// Work around for Connect #2869042 Bugzilla #4215
TAO_EC_Dispatching_Task (ACE_Thread_Manager *thr_manager, TAO_EC_Queue_Full_Service_Object *queue_full_service_object = 0);
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_Gateway_IIOP.h b/TAO/orbsvcs/orbsvcs/Event/EC_Gateway_IIOP.h
index 8ea47da59ff..91bd7ac2925 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_Gateway_IIOP.h
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_Gateway_IIOP.h
@@ -233,7 +233,6 @@ protected:
/// proxy push consumer, if 0, we only use one proxy push consumer (the
/// default) for all source ids.
int use_consumer_proxy_map_;
-
};
TAO_END_VERSIONED_NAMESPACE_DECL
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_Kokyu_Dispatching.h b/TAO/orbsvcs/orbsvcs/Event/EC_Kokyu_Dispatching.h
index 14657975f06..4cae0ea5f86 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_Kokyu_Dispatching.h
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_Kokyu_Dispatching.h
@@ -101,7 +101,6 @@ public:
protected:
//Protected so can't be put on stack; must be dynamically allocated
virtual ~TAO_EC_Kokyu_Shutdown_Command (void);
-
};
// ****************************************************************
diff --git a/TAO/orbsvcs/orbsvcs/FaultTolerance/FT_ClientRequest_Interceptor.h b/TAO/orbsvcs/orbsvcs/FaultTolerance/FT_ClientRequest_Interceptor.h
index 7545b9f3f2f..50843b72b72 100644
--- a/TAO/orbsvcs/orbsvcs/FaultTolerance/FT_ClientRequest_Interceptor.h
+++ b/TAO/orbsvcs/orbsvcs/FaultTolerance/FT_ClientRequest_Interceptor.h
@@ -70,7 +70,6 @@ namespace TAO
public virtual ::CORBA::LocalObject
{
public:
-
FT_ClientRequest_Interceptor (void);
/// Canonical name of the interceptor.
@@ -92,11 +91,9 @@ namespace TAO
void ft_send_extended_sc (CORBA::Boolean send);
protected:
-
~FT_ClientRequest_Interceptor (void);
private:
-
void group_version_context (PortableInterceptor::ClientRequestInfo_ptr ri,
IOP::TaggedComponent* tp);
@@ -105,7 +102,6 @@ namespace TAO
TimeBase::TimeT request_expiration_time (CORBA::Policy *policy);
private:
-
/// Name of the interceptor
const char *name_;
diff --git a/TAO/orbsvcs/orbsvcs/FaultTolerance/FT_IOGR_Property.h b/TAO/orbsvcs/orbsvcs/FaultTolerance/FT_IOGR_Property.h
index 2030c2ce1e5..af7b62b651b 100644
--- a/TAO/orbsvcs/orbsvcs/FaultTolerance/FT_IOGR_Property.h
+++ b/TAO/orbsvcs/orbsvcs/FaultTolerance/FT_IOGR_Property.h
@@ -53,7 +53,6 @@ class TAO_FT_ORB_Utils_Export TAO_FT_IOGR_Property
public virtual ::CORBA::LocalObject
{
public:
-
/// Our Constructor
TAO_FT_IOGR_Property (FT::TagFTGroupTaggedComponent &ft_group);
@@ -92,7 +91,6 @@ public:
FT::TagFTGroupTaggedComponent &ft_group) const;
private:
-
/// An helper function that gets the primary profile from the <ior>
TAO_Profile *get_primary_profile (CORBA::Object_ptr ior);
diff --git a/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FTEC_Event_Channel.h b/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FTEC_Event_Channel.h
index 11214925e1c..871789e47b7 100644
--- a/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FTEC_Event_Channel.h
+++ b/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FTEC_Event_Channel.h
@@ -26,8 +26,6 @@ class TAO_FTRTEC_Export TAO_FTEC_Event_Channel
: public POA_FtRtecEventChannelAdmin::EventChannel
{
public:
-
-
TAO_FTEC_Event_Channel(CORBA::ORB_var orb,
PortableServer::POA_var poa);
diff --git a/TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Transport.h b/TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Transport.h
index 90944576a3a..0ea55cdec43 100644
--- a/TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Transport.h
+++ b/TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Transport.h
@@ -59,7 +59,6 @@ namespace TAO
class HTIOP_Export Transport : public TAO_Transport
{
public:
-
/// Constructor.
Transport (Connection_Handler *handler,
TAO_ORB_Core *orb_core);
@@ -68,7 +67,6 @@ namespace TAO
~Transport (void);
protected:
-
/** @name Overridden Template Methods
*
* Please check the documentation in "tao/Transport.h" for more
@@ -113,7 +111,6 @@ namespace TAO
//@}
private:
-
/// Set the Bidirectional context info in the service context list
void set_bidir_context_info (TAO_Operation_Details &opdetails);
diff --git a/TAO/orbsvcs/orbsvcs/IFRService/ComponentRepository_i.h b/TAO/orbsvcs/orbsvcs/IFRService/ComponentRepository_i.h
index c07c5684322..fe780666b2f 100644
--- a/TAO/orbsvcs/orbsvcs/IFRService/ComponentRepository_i.h
+++ b/TAO/orbsvcs/orbsvcs/IFRService/ComponentRepository_i.h
@@ -75,7 +75,6 @@ public:
virtual PortableServer::POA_ptr select_poa (CORBA::DefinitionKind def_kind) const;
protected:
-
#ifdef CONCRETE_IR_OBJECT_TYPES
#undef CONCRETE_IR_OBJECT_TYPES
#endif