diff options
author | Bernard Normier <bernard@zeroc.com> | 2006-04-04 21:16:59 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2006-04-04 21:16:59 +0000 |
commit | 91e39e48630772960bfe32effa926527519089dd (patch) | |
tree | fad9ee5218e2eab6c986e76e945284a5286fa96e /cpp/include/IceUtil/AutoArray.h | |
parent | glacier2 changes (diff) | |
download | ice-91e39e48630772960bfe32effa926527519089dd.tar.bz2 ice-91e39e48630772960bfe32effa926527519089dd.tar.xz ice-91e39e48630772960bfe32effa926527519089dd.zip |
Tru64 port
Diffstat (limited to 'cpp/include/IceUtil/AutoArray.h')
-rw-r--r-- | cpp/include/IceUtil/AutoArray.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/include/IceUtil/AutoArray.h b/cpp/include/IceUtil/AutoArray.h index 3f59392a0e9..65e29510b6b 100644 --- a/cpp/include/IceUtil/AutoArray.h +++ b/cpp/include/IceUtil/AutoArray.h @@ -7,8 +7,8 @@ // // ********************************************************************** -#ifndef ICEE_AUTO_ARRAY_H -#define ICEE_AUTO_ARRAY_H +#ifndef ICE_UTIL_AUTO_ARRAY_H +#define ICE_UTIL_AUTO_ARRAY_H namespace IceUtil { @@ -62,6 +62,6 @@ private: T* _ptr; }; -}; // End of namespace IceUtil +} // End of namespace IceUtil #endif |