blob: e485a28b39e9440e7bcb37ce2062352b777eb784 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- ./examples/ndadmin.cc.orig 2003-10-12 20:51:18.000000000 +0200
+++ ./examples/ndadmin.cc 2013-09-12 19:43:36.397068857 +0200
@@ -6,7 +6,9 @@
#error COS_USES_BOA should not be set for this example
#endif
-#include <iostream.h>
+#include <iostream>
+
+using namespace std;
#include "orb_init_name.h"
#include "get_channel.h"
|