summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2002-11-04 00:01:43 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2002-11-04 00:01:43 +0000
commit9845316814434c1d8eaae41171595ea1384c5646 (patch)
tree7319774155d722b2709cfbd2a0d773cedbe5e51f
parent905b63b063e5a02b89d5a33b184bf75d38f16e2e (diff)
downloadATCD-9845316814434c1d8eaae41171595ea1384c5646.tar.gz
ChangeLogTag:Sun Nov 3 15:59:59 2002 Ossama Othman <ossama@uci.edu>
-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 */