summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorboris <boris@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-10-02 20:09:21 +0000
committerboris <boris@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-10-02 20:09:21 +0000
commitf019d44e92d90333546da6767fd9d473c103edf6 (patch)
tree48bf5f99ead5c8ad54e0b3ee65df243071bbc6cc
parent763cf8591719309ea56c734d7c928c444ef4301a (diff)
downloadATCD-f019d44e92d90333546da6767fd9d473c103edf6.tar.gz
ChangeLogTag: Thu Oct 2 15:02:10 2003 Boris Kolpackov <boris@dre.vanderbilt.edu>
-rw-r--r--TAO/CIAO/CCF/CCF/IDL2/Traversal/TypeId.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/CIAO/CCF/CCF/IDL2/Traversal/TypeId.hpp b/TAO/CIAO/CCF/CCF/IDL2/Traversal/TypeId.hpp
index 1c2e3bf47fa..49f9d03e535 100644
--- a/TAO/CIAO/CCF/CCF/IDL2/Traversal/TypeId.hpp
+++ b/TAO/CIAO/CCF/CCF/IDL2/Traversal/TypeId.hpp
@@ -23,7 +23,7 @@ namespace CCF
SyntaxTree::TypeIdPtr
NodePtr;
- Void ()
+ TypeId ()
{
map (typeid (SyntaxTree::TypeId), this);
}
@@ -41,7 +41,7 @@ namespace CCF
}
};
-
+
//
//
//
@@ -51,7 +51,7 @@ namespace CCF
SyntaxTree::TypePrefixPtr
NodePtr;
- Void ()
+ TypePrefix ()
{
map (typeid (SyntaxTree::TypePrefix), this);
}