summaryrefslogtreecommitdiff
path: root/TAO/examples/mfc
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2004-04-27 19:09:20 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2004-04-27 19:09:20 +0000
commit528e0976aec9c25ff6afec7c28159e0c5d4a5635 (patch)
tree28407057c48162e6cd8558b1dfa806e42f392bda /TAO/examples/mfc
parentd3a6d7632bec6d1430bcac3e132b294b9d0cfa98 (diff)
downloadATCD-528e0976aec9c25ff6afec7c28159e0c5d4a5635.tar.gz
ChangeLogTag:Tue Apr 27 12:07:22 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/examples/mfc')
-rw-r--r--TAO/examples/mfc/client.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/TAO/examples/mfc/client.cpp b/TAO/examples/mfc/client.cpp
index 8301dc6518d..3abf03fa02d 100644
--- a/TAO/examples/mfc/client.cpp
+++ b/TAO/examples/mfc/client.cpp
@@ -1,10 +1,9 @@
// $Id$
-#include "tao/corba.h"
-#include "w32_testC.h"
-#include "tao/PortableServer/POA.h"
+#include "w32_testS.h"
#include "ace/streams.h"
+
int
main (int argc, char *argv[])
{