summaryrefslogtreecommitdiff
path: root/TAO/tao/ObjRefTemplate
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-01-13 08:25:04 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-01-13 08:25:04 +0000
commite5cd26c95cf7236d3613157458f30c4b774881b2 (patch)
tree02adbaf5dd5ecdc61bec2e2358614c0401b4a597 /TAO/tao/ObjRefTemplate
parent642f5c6889dded583bef4035fb404c5d15e465f5 (diff)
downloadATCD-e5cd26c95cf7236d3613157458f30c4b774881b2.tar.gz
ChangeLogTag:Wed Jan 12 22:36:58 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/ObjRefTemplate')
-rw-r--r--TAO/tao/ObjRefTemplate/ORT_Adapter_Impl.cpp2
-rw-r--r--TAO/tao/ObjRefTemplate/ObjectReferenceTemplate_i.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/ObjRefTemplate/ORT_Adapter_Impl.cpp b/TAO/tao/ObjRefTemplate/ORT_Adapter_Impl.cpp
index 15125061ad5..062f8cd8577 100644
--- a/TAO/tao/ObjRefTemplate/ORT_Adapter_Impl.cpp
+++ b/TAO/tao/ObjRefTemplate/ORT_Adapter_Impl.cpp
@@ -109,7 +109,7 @@ TAO::ORT_Adapter_Impl::activate (
this->ort_template_ = t;
- // Must increase ref count since this->obj_ref_factory_ will
+ // Must increase ref count since this->ort_factory_ will
// decrease it upon destruction.
CORBA::add_ref (t);
this->ort_factory_ = t;
diff --git a/TAO/tao/ObjRefTemplate/ObjectReferenceTemplate_i.h b/TAO/tao/ObjRefTemplate/ObjectReferenceTemplate_i.h
index 7bee04f9678..4b5d97aecb8 100644
--- a/TAO/tao/ObjRefTemplate/ObjectReferenceTemplate_i.h
+++ b/TAO/tao/ObjRefTemplate/ObjectReferenceTemplate_i.h
@@ -91,8 +91,8 @@ namespace TAO
/// Destructor
/**
* Protected destructor to enforce proper memory management via
- * reference counting.
- */
+ * reference counting.
+ */
~ObjectReferenceTemplate (void);
private: