blob: f4ce93b84902f49b1349ae0a22f8b40703f2102a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- ./examples/some_notify_clients.cc.orig 2003-10-12 20:51:18.000000000 +0200
+++ ./examples/some_notify_clients.cc 2013-09-12 19:38:14.830059760 +0200
@@ -4,7 +4,8 @@
#endif
#include <stdlib.h>
-#include <iostream.h>
+#include <iostream>
+using namespace std;
#include "orb_init_name.h"
#include "get_channel.h"
|