summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2002-03-05 12:25:06 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2002-03-05 12:25:06 +0000
commit424ebcdeb226b1a2e2111f3fcf3672daa5de5935 (patch)
treef934a50ec1eae1c9e6ef8d4e5a1c6e2325839256
parent4906ad28b7cfb1660b147310c80e0ebc1d304b73 (diff)
downloadATCD-424ebcdeb226b1a2e2111f3fcf3672daa5de5935.tar.gz
ChangeLogTag: Tue Mar 05 13:20:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a3
-rw-r--r--TAO/tao/Service_Callbacks.h2
-rw-r--r--TAO/tao/TAO_Server_Request.h2
3 files changed, 4 insertions, 3 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 8a77d3c9053..2fb3d69e056 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,7 +1,8 @@
Tue Mar 5 13:11:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
* tao/Asynch_Reply_Dispatcher_Base.h:
- Fixed small typing error in comment
+ * tao/Service_Callbacks.h:
+ Fixed small typing errors in comment
Tue Mar 5 00:07:13 2002 Jaiganesh Balasubramanian <jai@doc.ece.uci.edu>
diff --git a/TAO/tao/Service_Callbacks.h b/TAO/tao/Service_Callbacks.h
index dd8583a216c..aa1e28ef19e 100644
--- a/TAO/tao/Service_Callbacks.h
+++ b/TAO/tao/Service_Callbacks.h
@@ -65,7 +65,7 @@ public:
virtual CORBA::Boolean object_is_nil (CORBA::Object_ptr obj);
- /// Allow the services to add service specific service contexr
+ /// Allow the services to add service specific service context
/// information.
virtual void service_context_list (TAO_Stub *&stub,
IOP::ServiceContextList &service_list,
diff --git a/TAO/tao/TAO_Server_Request.h b/TAO/tao/TAO_Server_Request.h
index b0ad2299124..daa44db3527 100644
--- a/TAO/tao/TAO_Server_Request.h
+++ b/TAO/tao/TAO_Server_Request.h
@@ -101,7 +101,7 @@ public:
size_t length,
int release);
- /// Return the legnth of the operation.
+ /// Return the length of the operation.
unsigned int operation_length (void) const;
//@}