summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-11-11 07:29:29 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-11-11 07:29:29 +0000
commitef1a7ba83f09959cb0977c2179bcbec67a7b7eaf (patch)
tree68323edfe3ba6176325f74e429589d34bc5c2b99
parent1ef11dec278e3a6fceaada6028388002b5ff5a70 (diff)
downloadATCD-ef1a7ba83f09959cb0977c2179bcbec67a7b7eaf.tar.gz
Removed trailing whitespace.
-rw-r--r--TAO/orbsvcs/tests/Security/Big_Request/TX_Object.idl1
-rw-r--r--TAO/orbsvcs/tests/Security/Big_Request/TX_Object_i.cpp4
-rw-r--r--TAO/orbsvcs/tests/Security/Big_Request/TX_Object_i.h8
-rw-r--r--TAO/orbsvcs/tests/Security/Big_Request/client.cpp2
4 files changed, 7 insertions, 8 deletions
diff --git a/TAO/orbsvcs/tests/Security/Big_Request/TX_Object.idl b/TAO/orbsvcs/tests/Security/Big_Request/TX_Object.idl
index 7321ce03dbc..5a1b4019323 100644
--- a/TAO/orbsvcs/tests/Security/Big_Request/TX_Object.idl
+++ b/TAO/orbsvcs/tests/Security/Big_Request/TX_Object.idl
@@ -25,4 +25,3 @@ interface TX_Object
oneway void shutdown ();
};
-
diff --git a/TAO/orbsvcs/tests/Security/Big_Request/TX_Object_i.cpp b/TAO/orbsvcs/tests/Security/Big_Request/TX_Object_i.cpp
index 2e98f98a6f1..20e8d8e0203 100644
--- a/TAO/orbsvcs/tests/Security/Big_Request/TX_Object_i.cpp
+++ b/TAO/orbsvcs/tests/Security/Big_Request/TX_Object_i.cpp
@@ -17,7 +17,7 @@ TX_Object_i::TX_Object_i (CORBA::ORB_ptr orb)
TX_Object_i::~TX_Object_i (void)
{
}
-
+
void
TX_Object_i::send (const DataSeq & data,
CORBA::Environment & /* ACE_TRY_ENV */)
@@ -29,7 +29,7 @@ TX_Object_i::send (const DataSeq & data,
"Received octet sequence of length: %u\n",
data.length ()));
}
-
+
void
TX_Object_i::recv (DataSeq_out data,
CORBA::Environment &ACE_TRY_ENV)
diff --git a/TAO/orbsvcs/tests/Security/Big_Request/TX_Object_i.h b/TAO/orbsvcs/tests/Security/Big_Request/TX_Object_i.h
index 0f0a2bcd79d..dd49762157f 100644
--- a/TAO/orbsvcs/tests/Security/Big_Request/TX_Object_i.h
+++ b/TAO/orbsvcs/tests/Security/Big_Request/TX_Object_i.h
@@ -27,12 +27,12 @@ class TX_Object_i : public virtual POA_TX_Object
{
public:
- // Constructor
+ // Constructor
TX_Object_i (CORBA::ORB_ptr orb);
-
- // Destructor
+
+ // Destructor
virtual ~TX_Object_i (void);
-
+
virtual void send (const DataSeq & data,
CORBA::Environment &ACE_TRY_ENV =
TAO_default_environment ())
diff --git a/TAO/orbsvcs/tests/Security/Big_Request/client.cpp b/TAO/orbsvcs/tests/Security/Big_Request/client.cpp
index 3f1edc58ffd..2c3df8856fa 100644
--- a/TAO/orbsvcs/tests/Security/Big_Request/client.cpp
+++ b/TAO/orbsvcs/tests/Security/Big_Request/client.cpp
@@ -69,7 +69,7 @@ main (int argc, char *argv[])
// Fill in some useless data.
for (CORBA::ULong i = 0; i < len; ++i)
data_input[i] = i % 9;
-
+
ACE_DEBUG ((LM_DEBUG,
"Sending octet sequence of length %u\n",
data_input.length()));