summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/orbsvcs/orbsvcs/LB_ORT.idl5
1 files changed, 1 insertions, 4 deletions
diff --git a/TAO/orbsvcs/orbsvcs/LB_ORT.idl b/TAO/orbsvcs/orbsvcs/LB_ORT.idl
index 01550820181..07794bc4ecb 100644
--- a/TAO/orbsvcs/orbsvcs/LB_ORT.idl
+++ b/TAO/orbsvcs/orbsvcs/LB_ORT.idl
@@ -14,18 +14,15 @@
#include "tao/ObjectReferenceTemplate.pidl"
-#pragma prefix "tao.lb"
-
module TAO_LB
{
+ typeprefix TAO_LB "tao.lb";
valuetype ObjectReferenceFactory
: PortableInterceptor::ObjectReferenceFactory {};
};
-#pragma prefix ""
-
#endif /* TAO_LB_ORT_IDL */