diff options
author | gokhale <asgokhale@users.noreply.github.com> | 1998-04-28 19:07:16 +0000 |
---|---|---|
committer | gokhale <asgokhale@users.noreply.github.com> | 1998-04-28 19:07:16 +0000 |
commit | 41388da3645ee6f9e76c92e1aee4c3f99ff009cf (patch) | |
tree | e92fda52ca6b87d5b00bb1ea148610a0629d483c /TAO/tao/Marshal.h | |
parent | 8428c32f0108afb1af410447824bd32e47f4784d (diff) | |
download | ATCD-41388da3645ee6f9e76c92e1aee4c3f99ff009cf.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/tao/Marshal.h')
-rw-r--r-- | TAO/tao/Marshal.h | 5 |
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 |