freebsd-ports/security/pft/files/patch-llist.cpp
Kirill Ponomarev fa85fdb34b Add pft 1.2,
libPJL- Printer Job Language library A library and a
command-line tool to use PJL- HP Printer Job Language

PR:		ports/69382
Submitted by:	Yonatan <Yonatan@xpert.com>
2004-08-09 08:18:49 +00:00

17 lines
343 B
C++

--- llist.cpp.orig Sat Jul 6 18:36:20 2002
+++ llist.cpp Thu Aug 5 15:22:51 2004
@@ -4,11 +4,13 @@
* $Id: llist.cpp,v 1.2 2002/01/07 17:18:49 fx Exp $
*/
-#include <iostream.h>
+#include <iostream>
#include <string.h>
#include <stdlib.h>
#include "llist.h"
+
+using namespace std;
LinkList::LinkList() {
anchor=current=NULL;