aboutsummaryrefslogtreecommitdiff
path: root/devel/omniNotify/files/patch-examples__sample_functions.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/omniNotify/files/patch-examples__sample_functions.cc')
-rw-r--r--devel/omniNotify/files/patch-examples__sample_functions.cc17
1 files changed, 17 insertions, 0 deletions
diff --git a/devel/omniNotify/files/patch-examples__sample_functions.cc b/devel/omniNotify/files/patch-examples__sample_functions.cc
new file mode 100644
index 000000000000..a0e8efb0203a
--- /dev/null
+++ b/devel/omniNotify/files/patch-examples__sample_functions.cc
@@ -0,0 +1,17 @@
+--- ./examples/sample_functions.cc.orig 2003-10-23 06:39:11.000000000 +0200
++++ ./examples/sample_functions.cc 2013-09-12 19:41:47.835066655 +0200
+@@ -2,10 +2,12 @@
+
+ #include <stdio.h>
+ #include <stdlib.h>
+-#include <iostream.h>
+-#include <iomanip.h>
++#include <iostream>
++#include <iomanip>
+ #include "sample_functions.h"
+
++using namespace std;
++
+ ///////////////////////////////////////////////////////////////////
+ // USER-DEFINED FUNCTION EXAMPLES //
+ ///////////////////////////////////////////////////////////////////