379f54390a
Mostly work from Aleksander Piotrowski
15 lines
398 B
Plaintext
15 lines
398 B
Plaintext
$OpenBSD: patch-orb_buffer_cc,v 1.1 2004/09/26 12:11:00 espie Exp $
|
|
--- orb/buffer.cc.orig Sun Sep 2 20:21:53 2001
|
|
+++ orb/buffer.cc Sun Aug 15 19:39:20 2004
|
|
@@ -23,8 +23,8 @@
|
|
#include <CORBA-SMALL.h>
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
-#include <iostream.h>
|
|
-#include <iomanip.h>
|
|
+#include <iostream>
|
|
+#include <iomanip>
|
|
#include <mico/template_impl.h>
|
|
|
|
CORBA::Buffer::Buffer (void *b)
|