diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2005-09-28 16:29:29 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2005-09-28 16:29:29 +0000 |
commit | fd8fb35084011565cd9a8f1d52b2e2d177a33ca0 (patch) | |
tree | 91ba925d081eb24ba126aa3b52ca07536e4b42b0 /cpp/src/Ice/Transceiver.h | |
parent | Added ability to subscibe to IceStorm with bidir connection. (diff) | |
download | ice-fd8fb35084011565cd9a8f1d52b2e2d177a33ca0.tar.bz2 ice-fd8fb35084011565cd9a8f1d52b2e2d177a33ca0.tar.xz ice-fd8fb35084011565cd9a8f1d52b2e2d177a33ca0.zip |
Removed ICE_PROTOCOL_API
Diffstat (limited to 'cpp/src/Ice/Transceiver.h')
-rw-r--r-- | cpp/src/Ice/Transceiver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Transceiver.h b/cpp/src/Ice/Transceiver.h index 233f87ce76f..c05169af7aa 100644 --- a/cpp/src/Ice/Transceiver.h +++ b/cpp/src/Ice/Transceiver.h @@ -25,7 +25,7 @@ namespace IceInternal class Buffer; -class ICE_PROTOCOL_API Transceiver : public ::IceUtil::Shared +class ICE_API Transceiver : public ::IceUtil::Shared { public: |