summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorBrent Eagles <brent@zeroc.com>2006-06-07 11:41:30 +0000
committerBrent Eagles <brent@zeroc.com>2006-06-07 11:41:30 +0000
commit4bc7ce18a8b85337d69208fb222873d1fe8de339 (patch)
treee72ca0ee6c35b21c89110097f3b57bba29e81d83 /cpp/src
parent- Updated several InstallShield projects to reflect Ice version 3.1.0. (diff)
downloadice-4bc7ce18a8b85337d69208fb222873d1fe8de339.tar.bz2
ice-4bc7ce18a8b85337d69208fb222873d1fe8de339.tar.xz
ice-4bc7ce18a8b85337d69208fb222873d1fe8de339.zip
- Move FilterManager sources from the Glacier2 project and put into the
router where they belong. - Remove GLACIER2_API define from FilterManager class as it is internal to the router, not an exported API.
Diffstat (limited to 'cpp/src')
-rwxr-xr-xcpp/src/Glacier2/FilterManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Glacier2/FilterManager.h b/cpp/src/Glacier2/FilterManager.h
index a209c9b0f34..196853fa220 100755
--- a/cpp/src/Glacier2/FilterManager.h
+++ b/cpp/src/Glacier2/FilterManager.h
@@ -23,7 +23,7 @@ namespace Glacier2
class FilterManager;
typedef IceUtil::Handle<FilterManager> FilterManagerPtr;
-class GLACIER2_API FilterManager : public IceUtil::Shared
+class FilterManager : public IceUtil::Shared
{
public:
virtual ~FilterManager();