diff options
author | Matthew Newhook <matthew@zeroc.com> | 2005-08-12 04:44:58 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2005-08-12 04:44:58 +0000 |
commit | 708d97e4bd4acf9d7c1bad093d0c3847282b09c2 (patch) | |
tree | f6d6de12f2b778f67d52906c8978578bb278b4e6 /cppe/src/IceE/RoutingTable.h | |
parent | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=439 (diff) | |
download | ice-708d97e4bd4acf9d7c1bad093d0c3847282b09c2.tar.bz2 ice-708d97e4bd4acf9d7c1bad093d0c3847282b09c2.tar.xz ice-708d97e4bd4acf9d7c1bad093d0c3847282b09c2.zip |
ICEE_ -> ICE_
Diffstat (limited to 'cppe/src/IceE/RoutingTable.h')
-rw-r--r-- | cppe/src/IceE/RoutingTable.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cppe/src/IceE/RoutingTable.h b/cppe/src/IceE/RoutingTable.h index b2406e17453..4069ca01efd 100644 --- a/cppe/src/IceE/RoutingTable.h +++ b/cppe/src/IceE/RoutingTable.h @@ -7,8 +7,8 @@ // // ********************************************************************** -#ifndef ICEE_ROUTING_TABLE_H -#define ICEE_ROUTING_TABLE_H +#ifndef ICE_ROUTING_TABLE_H +#define ICE_ROUTING_TABLE_H #include <IceE/RoutingTableF.h> #include <IceE/ProxyF.h> @@ -27,7 +27,7 @@ struct Identity; namespace IceInternal { -class ICEE_API RoutingTable : public IceUtil::Shared, public IceUtil::Mutex +class ICE_API RoutingTable : public IceUtil::Shared, public IceUtil::Mutex { public: |