diff options
author | Bernard Normier <bernard@zeroc.com> | 2007-05-17 20:19:31 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2007-05-17 20:19:31 +0000 |
commit | f8a3c44aef824b858223b5e607ec390d60f6d42d (patch) | |
tree | 3ae439c3a0c184ec3fccbf197efda84bfa6072c6 /cpp/src | |
parent | Split DispatchStatus into DispatchStatus and ReplyStatus (diff) | |
download | ice-f8a3c44aef824b858223b5e607ec390d60f6d42d.tar.bz2 ice-f8a3c44aef824b858223b5e607ec390d60f6d42d.tar.xz ice-f8a3c44aef824b858223b5e607ec390d60f6d42d.zip |
typo
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/Ice/ReplyStatus.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Ice/ReplyStatus.h b/cpp/src/Ice/ReplyStatus.h index 8a091f43279..5d3c2c8b754 100644 --- a/cpp/src/Ice/ReplyStatus.h +++ b/cpp/src/Ice/ReplyStatus.h @@ -7,8 +7,8 @@ // // ********************************************************************** -#ifndef ICE_REQUEST_STATUS_H -#define ICE_REQUEST_STATUS_H +#ifndef ICE_REPLY_STATUS_H +#define ICE_REPLY_STATUS_H #include <Ice/Config.h> |