diff options
author | Marc Laukien <marc@zeroc.com> | 2001-07-26 19:44:07 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-07-26 19:44:07 +0000 |
commit | 80d16826358ff9f0ec8911713873842480f642c3 (patch) | |
tree | 9b96543df3da9ad9b37c556daa392550458fd7f7 /cpp/src/Slice/GrammerUtil.cpp | |
parent | sorry, missed one (diff) | |
download | ice-80d16826358ff9f0ec8911713873842480f642c3.tar.bz2 ice-80d16826358ff9f0ec8911713873842480f642c3.tar.xz ice-80d16826358ff9f0ec8911713873842480f642c3.zip |
started code style conversion
Diffstat (limited to 'cpp/src/Slice/GrammerUtil.cpp')
-rw-r--r-- | cpp/src/Slice/GrammerUtil.cpp | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/cpp/src/Slice/GrammerUtil.cpp b/cpp/src/Slice/GrammerUtil.cpp index ba935a0a2e9..fed434f56f9 100644 --- a/cpp/src/Slice/GrammerUtil.cpp +++ b/cpp/src/Slice/GrammerUtil.cpp @@ -13,15 +13,15 @@ using namespace std; using namespace Slice; -void __Ice::incRef(StringTok* p) { p -> __incRef(); } -void __Ice::decRef(StringTok* p) { p -> __decRef(); } -void __Ice::incRef(TypeStringListTok* p) { p -> __incRef(); } -void __Ice::decRef(TypeStringListTok* p) { p -> __decRef(); } -void __Ice::incRef(StringListTok* p) { p -> __incRef(); } -void __Ice::decRef(StringListTok* p) { p -> __decRef(); } -void __Ice::incRef(BoolTok* p) { p -> __incRef(); } -void __Ice::decRef(BoolTok* p) { p -> __decRef(); } -void __Ice::incRef(TypeListTok* p) { p -> __incRef(); } -void __Ice::decRef(TypeListTok* p) { p -> __decRef(); } -void __Ice::incRef(ClassListTok* p) { p -> __incRef(); } -void __Ice::decRef(ClassListTok* p) { p -> __decRef(); } +void IceInternal::incRef(StringTok* p) { p -> __incRef(); } +void IceInternal::decRef(StringTok* p) { p -> __decRef(); } +void IceInternal::incRef(TypeStringListTok* p) { p -> __incRef(); } +void IceInternal::decRef(TypeStringListTok* p) { p -> __decRef(); } +void IceInternal::incRef(StringListTok* p) { p -> __incRef(); } +void IceInternal::decRef(StringListTok* p) { p -> __decRef(); } +void IceInternal::incRef(BoolTok* p) { p -> __incRef(); } +void IceInternal::decRef(BoolTok* p) { p -> __decRef(); } +void IceInternal::incRef(TypeListTok* p) { p -> __incRef(); } +void IceInternal::decRef(TypeListTok* p) { p -> __decRef(); } +void IceInternal::incRef(ClassListTok* p) { p -> __incRef(); } +void IceInternal::decRef(ClassListTok* p) { p -> __decRef(); } |