diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2004-04-13 07:02:28 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2004-04-13 07:02:28 +0000 |
commit | a0e85162c214f0ea2acf6005365cf95320980f89 (patch) | |
tree | 1c6c3103a92e233ee1683bd5c5ea2de89cb744bf /TAO/tao/IIOP_Factory.cpp | |
parent | 4c43b98fb967ba2d4591401381f75b6deb271227 (diff) | |
download | ATCD-a0e85162c214f0ea2acf6005365cf95320980f89.tar.gz |
Mon Apr 12 23:57:24 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/IIOP_Factory.cpp')
-rw-r--r-- | TAO/tao/IIOP_Factory.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tao/IIOP_Factory.cpp b/TAO/tao/IIOP_Factory.cpp index 22fbd982b04..852fde2c935 100644 --- a/TAO/tao/IIOP_Factory.cpp +++ b/TAO/tao/IIOP_Factory.cpp @@ -1,12 +1,16 @@ #include "IIOP_Factory.h" #include "IIOP_Acceptor.h" #include "IIOP_Connector.h" +#include "IOP_IORC.h" + #include "ace/OS_NS_strings.h" + ACE_RCSID (tao, IIOP_Factory, "$Id$") + static const char prefix_[] = "iiop"; TAO_IIOP_Protocol_Factory::TAO_IIOP_Protocol_Factory (void) |