From 9a55f4af072bc7d43ab4fc7e476d58a8eab609f8 Mon Sep 17 00:00:00 2001 From: Marc Laukien Date: Sun, 27 Jan 2002 16:06:11 +0000 Subject: fix --- 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 fe1804765c8..23f6bb1afa6 100644 --- a/cpp/src/slice2cpp/Gen.cpp +++ b/cpp/src/slice2cpp/Gen.cpp @@ -610,9 +610,9 @@ Slice::Gen::TypesVisitor::visitSequence(const SequencePtr& p) H.zeroIndent(); H << nl << "public:"; H.restoreIndent(); - H << sp << nl << _dllExport << "static void ice_marshal(const ::std::string&, const ::Ice::StreamPtr&, const " + H << sp << nl << "static void ice_marshal(const ::std::string&, const ::Ice::StreamPtr&, const " << name << "&);"; - H << nl << _dllExport << "static void ice_unmarshal(const ::std::string&, const ::Ice::StreamPtr&, " + H << nl << "static void ice_unmarshal(const ::std::string&, const ::Ice::StreamPtr&, " << name << "&);"; H << eb << ";"; @@ -746,9 +746,9 @@ Slice::Gen::TypesVisitor::visitDictionary(const DictionaryPtr& p) H.zeroIndent(); H << nl << "public:"; H.restoreIndent(); - H << sp << nl << _dllExport << "static void ice_marshal(const ::std::string&, const ::Ice::StreamPtr&, const " + H << sp << nl << "static void ice_marshal(const ::std::string&, const ::Ice::StreamPtr&, const " << name << "&);"; - H << nl << _dllExport << "static void ice_unmarshal(const ::std::string&, const ::Ice::StreamPtr&, " + H << nl << "static void ice_unmarshal(const ::std::string&, const ::Ice::StreamPtr&, " << name << "&);"; H << eb << ";"; -- cgit v1.2.3