summaryrefslogtreecommitdiff
path: root/TAO/tao/RTCORBA
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/tao/RTCORBA
parentf74944300c9af39d3e099aec8dff263e6d7918df (diff)
downloadATCD-d75c37b54441651922e5dcfd287cbc87b1833e23.tar.gz
Fix CodeFactor issues: blank lines
Diffstat (limited to 'TAO/tao/RTCORBA')
-rw-r--r--TAO/tao/RTCORBA/RT_ORBInitializer.h1
-rw-r--r--TAO/tao/RTCORBA/RT_Protocols_Hooks.h2
2 files changed, 0 insertions, 3 deletions
diff --git a/TAO/tao/RTCORBA/RT_ORBInitializer.h b/TAO/tao/RTCORBA/RT_ORBInitializer.h
index 73d9c8e4196..6f1e3d9208e 100644
--- a/TAO/tao/RTCORBA/RT_ORBInitializer.h
+++ b/TAO/tao/RTCORBA/RT_ORBInitializer.h
@@ -84,7 +84,6 @@ public:
virtual void post_init (PortableInterceptor::ORBInitInfo_ptr info);
private:
-
/// Register RTCORBA policy factories.
void register_policy_factories (PortableInterceptor::ORBInitInfo_ptr info);
diff --git a/TAO/tao/RTCORBA/RT_Protocols_Hooks.h b/TAO/tao/RTCORBA/RT_Protocols_Hooks.h
index 6ed16be8b33..debe07866be 100644
--- a/TAO/tao/RTCORBA/RT_Protocols_Hooks.h
+++ b/TAO/tao/RTCORBA/RT_Protocols_Hooks.h
@@ -34,7 +34,6 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL
class TAO_RTCORBA_Export TAO_RT_Protocols_Hooks : public TAO_Protocols_Hooks
{
public:
-
/// Constructor
TAO_RT_Protocols_Hooks (void);
@@ -137,7 +136,6 @@ protected:
RTCORBA::ProtocolProperties_ptr protocol_properties);
protected:
-
TAO_ORB_Core *orb_core_;
// Save a reference to the priority mapping manager.