blob: aa621c9dc28317b60d7198b4affb3120b4c64492 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- ./examples/legacy_clients.cc.orig 2003-10-23 06:39:11.000000000 +0200
+++ ./examples/legacy_clients.cc 2013-09-12 19:42:16.061068521 +0200
@@ -4,8 +4,11 @@
// See legacy_clients.h
// -------------------------------------------------------------- //
-#include <iostream.h>
-#include <iomanip.h>
+#include <iostream>
+#include <iomanip>
+
+using namespace std;
+
#include "thread_wrappers.h"
#include "CosNotifyShorthands.h"
|