summaryrefslogtreecommitdiff
path: root/cpp/src/Slice/GrammerUtil.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2001-09-08 18:29:04 +0000
committerMarc Laukien <marc@zeroc.com>2001-09-08 18:29:04 +0000
commit8deff6fb42b498ba440bfd400475d287c67c5409 (patch)
tree88f513cdd0b68d6cd2e52a8db54c8ff54433b188 /cpp/src/Slice/GrammerUtil.cpp
parentworkaround for nasty bison problem (diff)
downloadice-8deff6fb42b498ba440bfd400475d287c67c5409.tar.bz2
ice-8deff6fb42b498ba440bfd400475d287c67c5409.tar.xz
ice-8deff6fb42b498ba440bfd400475d287c67c5409.zip
functional/shared/handle changes
Diffstat (limited to 'cpp/src/Slice/GrammerUtil.cpp')
-rw-r--r--cpp/src/Slice/GrammerUtil.cpp27
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(); }