diff options
author | Marc Laukien <marc@zeroc.com> | 2001-07-27 15:55:43 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-07-27 15:55:43 +0000 |
commit | 31440554bccfeadfd30e0963fbfe9fba94834fc1 (patch) | |
tree | a70ac06ceb5721aea9f240b1b54e93e0ea5cefbc /cpp/src/Slice/GrammerUtil.cpp | |
parent | added spacing (diff) | |
download | ice-31440554bccfeadfd30e0963fbfe9fba94834fc1.tar.bz2 ice-31440554bccfeadfd30e0963fbfe9fba94834fc1.tar.xz ice-31440554bccfeadfd30e0963fbfe9fba94834fc1.zip |
removed spacing
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 fed434f56f9..575b0bd06ea 100644 --- a/cpp/src/Slice/GrammerUtil.cpp +++ b/cpp/src/Slice/GrammerUtil.cpp @@ -13,15 +13,15 @@ using namespace std; using namespace Slice; -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(); } +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(); } |