[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-core-devel
Subject:    [patch] arts/flow std:: issues
From:       Michael Matz <matz () ifh ! de>
Date:       2000-10-13 4:09:28
[Download RAW message or body]

Hi,

I again noticed namespace std:: issues on IRIX. This fixes them.


Ciao,
Michael.
-- 
Index: asyncschedule.h
===================================================================
RCS file: /home/kde/kdelibs/arts/flow/asyncschedule.h,v
retrieving revision 1.10
diff -u -r1.10 asyncschedule.h
--- asyncschedule.h     2000/10/02 00:52:56     1.10
+++ asyncschedule.h     2000/10/13 04:07:24
@@ -62,7 +62,7 @@
        GenericAsyncStream *stream;
        FlowSystemSender sender;
        Notification gotPacketNotification;
-       list<GenericDataPacket *> sent;
+       std::list<GenericDataPacket *> sent;
        long _receiveHandlerID;
 
 public:
@@ -86,7 +86,7 @@
 protected:
        long notifyID;
        std::vector<Notification> subscribers;
-       list<GenericDataPacket *> sent;
+       std::list<GenericDataPacket *> sent;
 
        GenericAsyncStream *stream;
        FlowSystemSender sender;

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic