diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2005-07-14 13:18:04 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2005-07-14 13:18:04 +0000 |
commit | 8c0e1c0732df3800464e09d57739ac39f64ee517 (patch) | |
tree | 605c86eebc89c335d886d5c760d3528fb139a5d6 /cppe/demo/IceE/chat/ChatClient.h | |
parent | Fix bug with slicing tests. (diff) | |
download | ice-8c0e1c0732df3800464e09d57739ac39f64ee517.tar.bz2 ice-8c0e1c0732df3800464e09d57739ac39f64ee517.tar.xz ice-8c0e1c0732df3800464e09d57739ac39f64ee517.zip |
Add new dialog
Diffstat (limited to 'cppe/demo/IceE/chat/ChatClient.h')
-rw-r--r-- | cppe/demo/IceE/chat/ChatClient.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cppe/demo/IceE/chat/ChatClient.h b/cppe/demo/IceE/chat/ChatClient.h index a4a5f4bfcd0..076ce4190d7 100644 --- a/cppe/demo/IceE/chat/ChatClient.h +++ b/cppe/demo/IceE/chat/ChatClient.h @@ -8,8 +8,8 @@ // ********************************************************************** -#ifndef HELLO_SERVER_H
-#define HELLO_SERVER_H
+#ifndef CHAT_CLIENT_H
+#define CHAT_CLIENT_H
#pragma once
|