summaryrefslogtreecommitdiff
path: root/TAO/tao/Object_Loader.h
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-02-19 18:12:15 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-02-19 18:12:15 +0000
commitb4c6d1538a0af4841702e958d3539881df22ff22 (patch)
treeb281304f7ab75b3db56f2f146be678ae54f1a84b /TAO/tao/Object_Loader.h
parentea2e253c72084cd6a49da088016dd754961f84fc (diff)
downloadATCD-b4c6d1538a0af4841702e958d3539881df22ff22.tar.gz
ChangeLogTag:Mon Feb 19 09:59:01 2001 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/tao/Object_Loader.h')
-rw-r--r--TAO/tao/Object_Loader.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/TAO/tao/Object_Loader.h b/TAO/tao/Object_Loader.h
index c1a087093e1..951cd270cc3 100644
--- a/TAO/tao/Object_Loader.h
+++ b/TAO/tao/Object_Loader.h
@@ -1,5 +1,4 @@
-
-//=============================================================================
+// ================================================================
/**
* @file Object_Loader.h
*
@@ -7,14 +6,13 @@
*
* @author Carlos O'Ryan (coryan@cs.wustl.edu)
*/
-//=============================================================================
-
+// ================================================================
#ifndef TAO_OBJECT_LOADER_H
#define TAO_OBJECT_LOADER_H
#include "ace/pre.h"
-#include "tao/corbafwd.h"
+#include "tao/Exception.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
@@ -29,8 +27,11 @@
* ORB.
*
* Many services and components of the ORB can be dynamically
- * loaded, this is the class used to implement ....
- * @@ TODO
+ * loaded, often this components are returned to the application via
+ * an object reference (CORBA::Object_ptr). This class is used to
+ * dynamically load such components, and encapsulate the creation of
+ * the object reference.
+ *
*/
class TAO_Export TAO_Object_Loader : public ACE_Service_Object
{