diff options
Diffstat (limited to 'cpp/src/Slice/GrammerUtil.cpp')
-rw-r--r-- | cpp/src/Slice/GrammerUtil.cpp | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/cpp/src/Slice/GrammerUtil.cpp b/cpp/src/Slice/GrammerUtil.cpp deleted file mode 100644 index a27c390f169..00000000000 --- a/cpp/src/Slice/GrammerUtil.cpp +++ /dev/null @@ -1,27 +0,0 @@ -// ********************************************************************** -// -// Copyright (c) 2001 -// MutableRealms, Inc. -// Huntsville, AL, USA -// -// All Rights Reserved -// -// ********************************************************************** - -#include <Slice/GrammerUtil.h> - -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(); } |