summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/IFR_Service
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/IFR_Service')
-rw-r--r--TAO/orbsvcs/IFR_Service/IFR_Service.h1
-rw-r--r--TAO/orbsvcs/IFR_Service/be_produce.cpp1
-rw-r--r--TAO/orbsvcs/IFR_Service/drv_init_ifr.cpp1
-rw-r--r--TAO/orbsvcs/IFR_Service/drv_private_ifr.cpp1
-rw-r--r--TAO/orbsvcs/IFR_Service/ifr_adding_visitor_exception.h1
5 files changed, 0 insertions, 5 deletions
diff --git a/TAO/orbsvcs/IFR_Service/IFR_Service.h b/TAO/orbsvcs/IFR_Service/IFR_Service.h
index 6e3d62ee102..e3d7ebee02a 100644
--- a/TAO/orbsvcs/IFR_Service/IFR_Service.h
+++ b/TAO/orbsvcs/IFR_Service/IFR_Service.h
@@ -28,7 +28,6 @@
class IFR_Service
{
public:
-
/// Default constructor.
IFR_Service (void);
diff --git a/TAO/orbsvcs/IFR_Service/be_produce.cpp b/TAO/orbsvcs/IFR_Service/be_produce.cpp
index 2774ca20bfb..515b22f7c04 100644
--- a/TAO/orbsvcs/IFR_Service/be_produce.cpp
+++ b/TAO/orbsvcs/IFR_Service/be_produce.cpp
@@ -200,7 +200,6 @@ BE_produce (void)
catch (const CORBA::Exception& ex)
{
ex._tao_print_exception (ACE_TEXT ("BE_produce"));
-
}
// Clean up.
diff --git a/TAO/orbsvcs/IFR_Service/drv_init_ifr.cpp b/TAO/orbsvcs/IFR_Service/drv_init_ifr.cpp
index 3012c700d76..c8332057f1e 100644
--- a/TAO/orbsvcs/IFR_Service/drv_init_ifr.cpp
+++ b/TAO/orbsvcs/IFR_Service/drv_init_ifr.cpp
@@ -70,7 +70,6 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "be_extern.h"
-
const size_t LOCAL_ESCAPES_BUFFER_SIZE = 1024;
void
diff --git a/TAO/orbsvcs/IFR_Service/drv_private_ifr.cpp b/TAO/orbsvcs/IFR_Service/drv_private_ifr.cpp
index 293564a0d33..95b7fb43177 100644
--- a/TAO/orbsvcs/IFR_Service/drv_private_ifr.cpp
+++ b/TAO/orbsvcs/IFR_Service/drv_private_ifr.cpp
@@ -69,7 +69,6 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "drv_private_ifr.h"
-
// Storage for file names
#if !defined (NFILES)
diff --git a/TAO/orbsvcs/IFR_Service/ifr_adding_visitor_exception.h b/TAO/orbsvcs/IFR_Service/ifr_adding_visitor_exception.h
index 45c4ceb6d74..a70cfb44783 100644
--- a/TAO/orbsvcs/IFR_Service/ifr_adding_visitor_exception.h
+++ b/TAO/orbsvcs/IFR_Service/ifr_adding_visitor_exception.h
@@ -65,7 +65,6 @@ private:
/// Holder for the member list passed to create_struct() or
/// create_exception().
CORBA::StructMemberSeq members_;
-
};
#endif /* TAO_IFR_ADDING_VISITOR_EXCEPTION_H */