summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-10-28 08:45:30 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-10-28 08:45:30 +0100
commit87d7a0134ce12f405ff62136c678c854a6947970 (patch)
treed1e37b7ecf98d9b44dab7c3c07e4a11d77b765d5 /TAO
parent2e83f751239c2ca37d052883b5b6758e3100df91 (diff)
downloadATCD-87d7a0134ce12f405ff62136c678c854a6947970.tar.gz
Layout/typo changes
* TAO/tao/PI/RequestInfo_Util.h: * TAO/tao/PI_Server/ServerInterceptorAdapter.h: * TAO/tao/PI_Server/ServerRequestInfo.cpp: * TAO/tao/PI_Server/ServerRequestInfo.h: * TAO/tao/PortableServer/Object_Adapter.cpp:
Diffstat (limited to 'TAO')
-rw-r--r--TAO/tao/PI/RequestInfo_Util.h1
-rw-r--r--TAO/tao/PI_Server/ServerInterceptorAdapter.h2
-rw-r--r--TAO/tao/PI_Server/ServerRequestInfo.cpp1
-rw-r--r--TAO/tao/PI_Server/ServerRequestInfo.h4
-rw-r--r--TAO/tao/PortableServer/Object_Adapter.cpp2
5 files changed, 2 insertions, 8 deletions
diff --git a/TAO/tao/PI/RequestInfo_Util.h b/TAO/tao/PI/RequestInfo_Util.h
index cf4c1b20366..b0c48d878bf 100644
--- a/TAO/tao/PI/RequestInfo_Util.h
+++ b/TAO/tao/PI/RequestInfo_Util.h
@@ -51,7 +51,6 @@ namespace Dynamic
class TAO_PI_Export TAO_RequestInfo_Util
{
public:
-
/**
* @name Factory Methods
*
diff --git a/TAO/tao/PI_Server/ServerInterceptorAdapter.h b/TAO/tao/PI_Server/ServerInterceptorAdapter.h
index 6c3efa5c4c7..6a5b7f25d12 100644
--- a/TAO/tao/PI_Server/ServerInterceptorAdapter.h
+++ b/TAO/tao/PI_Server/ServerInterceptorAdapter.h
@@ -93,7 +93,7 @@ namespace TAO
/// This method implements the "intermediate" server side
/// interception point if the above #ifdef is set to 1 and a
- /// starting intercetion point if it is not set to 1.
+ /// starting interception point if it is not set to 1.
///
/// @note This method should have been the "starting" interception
/// point according to the interceptor spec. This will be
diff --git a/TAO/tao/PI_Server/ServerRequestInfo.cpp b/TAO/tao/PI_Server/ServerRequestInfo.cpp
index bd0a9afa68b..93d297ca0c4 100644
--- a/TAO/tao/PI_Server/ServerRequestInfo.cpp
+++ b/TAO/tao/PI_Server/ServerRequestInfo.cpp
@@ -461,7 +461,6 @@ CORBA::Boolean
TAO::ServerRequestInfo::target_is_a (const char * id)
{
// Implemented in the generated skeleton.
-
PortableServer::Servant const servant =
(this->servant_upcall_ == 0
? 0
diff --git a/TAO/tao/PI_Server/ServerRequestInfo.h b/TAO/tao/PI_Server/ServerRequestInfo.h
index af0274b0509..98b1267f71a 100644
--- a/TAO/tao/PI_Server/ServerRequestInfo.h
+++ b/TAO/tao/PI_Server/ServerRequestInfo.h
@@ -70,7 +70,6 @@ namespace TAO
, public virtual ::CORBA::LocalObject
{
public:
-
/// Constructor.
ServerRequestInfo (TAO_ServerRequest & server_request,
TAO::Argument * const * args,
@@ -185,7 +184,6 @@ namespace TAO
CORBA::Boolean replace);
public:
-
/**
* @name Helper methods specific to TAO.
*/
@@ -212,7 +210,6 @@ namespace TAO
TAO_ServerRequest &server_request (void);
protected:
-
/// Helper method to get the request and response service
/// contexts.
IOP::ServiceContext * get_service_context_i (
@@ -220,7 +217,6 @@ namespace TAO
IOP::ServiceId id);
protected:
-
/// Underlying request object that contains much of the
/// information encapsulated by this @c ServerRequestInfo
/// implementation.
diff --git a/TAO/tao/PortableServer/Object_Adapter.cpp b/TAO/tao/PortableServer/Object_Adapter.cpp
index 00819b064ec..75454d77935 100644
--- a/TAO/tao/PortableServer/Object_Adapter.cpp
+++ b/TAO/tao/PortableServer/Object_Adapter.cpp
@@ -757,7 +757,7 @@ TAO_Object_Adapter::dispatch (TAO::ObjectKey &key,
0, // nargs
0, // servant_upcall
0, // exceptions
- 0); // nexceptions
+ 0); // nexceptions
// If a PortableInterceptor::ForwardRequest exception was
// thrown, then set the forward_to object reference and return