summaryrefslogtreecommitdiff
path: root/TAO/examples/mfc/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/mfc/client.cpp')
-rw-r--r--TAO/examples/mfc/client.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/examples/mfc/client.cpp b/TAO/examples/mfc/client.cpp
index 8c7ad923928..5c6f054154d 100644
--- a/TAO/examples/mfc/client.cpp
+++ b/TAO/examples/mfc/client.cpp
@@ -2,7 +2,6 @@
#include "tao\corba.h"
#include "W32_TestC.h"
-#include "tao\PortableServer\POA.h"
int
main (int argc, char *argv[])
@@ -32,7 +31,7 @@ main (int argc, char *argv[])
cout << "Narrowing the IOR!" << endl;
- W32_Test_Interface_var mycall =
+ W32_Test_Interface_var mycall =
W32_Test_Interface::_narrow (orb_obj.in ());
cout << "Sending the Request!" << endl;