diff options
author | Bernard Normier <bernard@zeroc.com> | 2007-05-04 15:44:49 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2007-05-04 15:44:49 +0000 |
commit | 389d3a4fb71243e279b984a68cd5c6837f4f6bd2 (patch) | |
tree | 35358d06e8b683621e366048a2973e327b21821d /cppe/demo/IceE/MFC/client/stdafx.cpp | |
parent | Backed out endpoint stringification (diff) | |
download | ice-389d3a4fb71243e279b984a68cd5c6837f4f6bd2.tar.bz2 ice-389d3a4fb71243e279b984a68cd5c6837f4f6bd2.tar.xz ice-389d3a4fb71243e279b984a68cd5c6837f4f6bd2.zip |
Removed ^M
Diffstat (limited to 'cppe/demo/IceE/MFC/client/stdafx.cpp')
-rw-r--r-- | cppe/demo/IceE/MFC/client/stdafx.cpp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/cppe/demo/IceE/MFC/client/stdafx.cpp b/cppe/demo/IceE/MFC/client/stdafx.cpp index c45569011cc..7b5ff6d2d36 100644 --- a/cppe/demo/IceE/MFC/client/stdafx.cpp +++ b/cppe/demo/IceE/MFC/client/stdafx.cpp @@ -7,11 +7,11 @@ // // ********************************************************************** -
-// stdafx.cpp : source file that includes just the standard includes
-// HelloClient.pch will be the pre-compiled header
-// stdafx.obj will contain the pre-compiled type information
-
-#include "stdafx.h"
-
-
+ +// stdafx.cpp : source file that includes just the standard includes +// HelloClient.pch will be the pre-compiled header +// stdafx.obj will contain the pre-compiled type information + +#include "stdafx.h" + + |