diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2006-08-23 12:50:53 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2006-08-23 12:50:53 +0000 |
commit | 1eb09c2001430a2670b3d954009446a182d78ecd (patch) | |
tree | 74b56a7a4fd008e0227084cf3ab875ec48f7c6a3 /TAO/tao/IIOP_Factory.cpp | |
parent | 2327b0f2f146103b3e08b417bba2892f1aa15f4b (diff) | |
download | ATCD-1eb09c2001430a2670b3d954009446a182d78ecd.tar.gz |
Wed Aug 23 12:49:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/IIOP_Factory.cpp')
-rw-r--r-- | TAO/tao/IIOP_Factory.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/TAO/tao/IIOP_Factory.cpp b/TAO/tao/IIOP_Factory.cpp index 3ba32da5e0a..48d0c9e256c 100644 --- a/TAO/tao/IIOP_Factory.cpp +++ b/TAO/tao/IIOP_Factory.cpp @@ -17,9 +17,7 @@ static const char the_prefix[] = "iiop"; TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO_IIOP_Protocol_Factory::TAO_IIOP_Protocol_Factory (void) - : TAO_Protocol_Factory (IOP::TAG_INTERNET_IOP), - major_ (TAO_DEF_GIOP_MAJOR), - minor_ (TAO_DEF_GIOP_MINOR) + : TAO_Protocol_Factory (IOP::TAG_INTERNET_IOP) { } |