summaryrefslogtreecommitdiff
path: root/TAO/tao/UIOP_Lite_Factory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/UIOP_Lite_Factory.cpp')
-rw-r--r--TAO/tao/UIOP_Lite_Factory.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tao/UIOP_Lite_Factory.cpp b/TAO/tao/UIOP_Lite_Factory.cpp
index 0714085f5cd..b63f2c8d08d 100644
--- a/TAO/tao/UIOP_Lite_Factory.cpp
+++ b/TAO/tao/UIOP_Lite_Factory.cpp
@@ -14,8 +14,7 @@ ACE_RCSID(tao, UIOP_Lite_Factory, "$Id$")
static const char prefix_[] = "uiop";
TAO_UIOP_Lite_Protocol_Factory::TAO_UIOP_Lite_Protocol_Factory (void)
- : TAO_Protocol_Factory (TAO_TAG_UIOP_PROFILE),
- major_ (TAO_DEF_GIOP_MAJOR),
+ : major_ (TAO_DEF_GIOP_MAJOR),
minor_ (TAO_DEF_GIOP_MINOR)
{
}