summaryrefslogtreecommitdiff
path: root/TAO/tao/Marshal.h
diff options
context:
space:
mode:
authorgokhale <asgokhale@users.noreply.github.com>1998-04-28 19:07:16 +0000
committergokhale <asgokhale@users.noreply.github.com>1998-04-28 19:07:16 +0000
commit41388da3645ee6f9e76c92e1aee4c3f99ff009cf (patch)
treee92fda52ca6b87d5b00bb1ea148610a0629d483c /TAO/tao/Marshal.h
parent8428c32f0108afb1af410447824bd32e47f4784d (diff)
downloadATCD-41388da3645ee6f9e76c92e1aee4c3f99ff009cf.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/tao/Marshal.h')
-rw-r--r--TAO/tao/Marshal.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/TAO/tao/Marshal.h b/TAO/tao/Marshal.h
index e90e4183435..c111cdb715e 100644
--- a/TAO/tao/Marshal.h
+++ b/TAO/tao/Marshal.h
@@ -83,9 +83,12 @@ class TAO_Export TAO_Marshal
// initialize, etc.
public:
static void init (void);
- // @@ Please document me...
+ // initializaton method to initialize all the marshaling objects and
+ // populating them in the Factory.
static TAO_Marshal_Factory* DEFAULT_MARSHAL_FACTORY;
+ // default marshaling factory that uses the interpretive marshaling engine of
+ // TAO.
};
class TAO_Export TAO_Marshal_Object