summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/ast/ast_predefined_type.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2007-07-13 17:55:30 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2007-07-13 17:55:30 +0000
commit9f5e07fb95d5b2a15e5d9ec6f80356179afe79ed (patch)
tree314395cd04a0c401b4c252bdadfa553058ec6379 /TAO/TAO_IDL/ast/ast_predefined_type.cpp
parentd6c3b5a2a943633bd766869294a44ddbf9aa76f2 (diff)
downloadATCD-9f5e07fb95d5b2a15e5d9ec6f80356179afe79ed.tar.gz
ChangeLogTag:Fri Jul 13 17:35:42 UTC 2007 Ossama Othman <ossama_othman at symantec dot com>
Diffstat (limited to 'TAO/TAO_IDL/ast/ast_predefined_type.cpp')
-rw-r--r--TAO/TAO_IDL/ast/ast_predefined_type.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/ast/ast_predefined_type.cpp b/TAO/TAO_IDL/ast/ast_predefined_type.cpp
index a2980b3838b..1fef7398594 100644
--- a/TAO/TAO_IDL/ast/ast_predefined_type.cpp
+++ b/TAO/TAO_IDL/ast/ast_predefined_type.cpp
@@ -285,6 +285,6 @@ AST_PredefinedType::pt (void)
return this->pd_pt;
}
-// Narrowing.
-IMPL_NARROW_METHODS1(AST_PredefinedType, AST_ConcreteType)
+
+
IMPL_NARROW_FROM_DECL(AST_PredefinedType)