From b388d34e82cdd68fcde8e5831aa5efcbb4bd2760 Mon Sep 17 00:00:00 2001 From: Dwayne Boone Date: Mon, 6 Nov 2006 13:20:13 +0000 Subject: Bug 1526 --- cpp/src/slice2cpp/Gen.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cpp/src/slice2cpp/Gen.cpp') diff --git a/cpp/src/slice2cpp/Gen.cpp b/cpp/src/slice2cpp/Gen.cpp index 8919a5e9d69..f4dc26876f4 100644 --- a/cpp/src/slice2cpp/Gen.cpp +++ b/cpp/src/slice2cpp/Gen.cpp @@ -4095,10 +4095,10 @@ Slice::Gen::HandleVisitor::visitClassDecl(const ClassDeclPtr& p) H << nl << _dllExport << "void ice_read" << name << "(const ::Ice::InputStreamPtr&, " << name << "Ptr&);"; } - H << sp << nl << "void __addObject(const " << name << "Ptr&, ::IceInternal::GCCountMap&);"; - H << nl << "bool __usesClasses(const " << name << "Ptr&);"; - H << nl << "void __decRefUnsafe(const " << name << "Ptr&);"; - H << nl << "void __clearHandleUnsafe(" << name << "Ptr&);"; + H << sp << nl << _dllExport << "void __addObject(const " << name << "Ptr&, ::IceInternal::GCCountMap&);"; + H << nl << _dllExport << "bool __usesClasses(const " << name << "Ptr&);"; + H << nl << _dllExport << "void __decRefUnsafe(const " << name << "Ptr&);"; + H << nl << _dllExport << "void __clearHandleUnsafe(" << name << "Ptr&);"; } } -- cgit v1.2.3