summaryrefslogtreecommitdiff
path: root/cpp/include/IceUtil/AutoArray.h
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2006-04-04 21:16:59 +0000
committerBernard Normier <bernard@zeroc.com>2006-04-04 21:16:59 +0000
commit91e39e48630772960bfe32effa926527519089dd (patch)
treefad9ee5218e2eab6c986e76e945284a5286fa96e /cpp/include/IceUtil/AutoArray.h
parentglacier2 changes (diff)
downloadice-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.h6
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