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

List:       kde-core-devel
Subject:    Resent: DCOP patch
From:       Martin Konold <konold () alpha ! tat ! physik ! uni-tuebingen ! de>
Date:       2000-04-04 16:04:05
[Download RAW message or body]


> From frank.baumgart@esc-electronics.de Tue Apr  4 13:25:49 2000
Could someone please apply the attached patch to the
kdelibs/dcop files?
Otherwise, gcc 2.95.2 can not compile dcop since
around 31.3.
I would love to see some SPECIFIC requirements set,
so sources do at least COMPILE. It is a huge waste
of time having several people find out the same
compilation problems before even touching run-time                                    \
 issues.
 
I would propose sth. like:
 
gcc 2.95.2 (much better C++ support than 2.7.x)
autoconf so-and-so
...
 
This could be part of the compilation FAQ.
 
Frank
 
--- dcopstub.cpp.orig   Mon Apr  3 10:52:19 2000
+++ dcopstub.cpp        Tue Apr  4 13:22:24 2000
@@ -33,7 +33,7 @@
 {
 }
 
-DCOPStub::Status DCOPStub::status() const
+DCOPStub::cStatus DCOPStub::status() const
 {
     return m_status;
 }                                                                                    \
                
--- dcopstub.h.orig     Mon Apr  3 15:28:13 2000
+++ dcopstub.h  Tue Apr  4 13:21:39 2000
@@ -46,11 +46,11 @@
      */
     QCString obj() const;
 
-    enum Status{ CallSucceeded, CallFailed };
+    enum cStatus{ CallSucceeded, CallFailed };
     /**
       Returns the status of the last call, either 'CallSucceeded' or
'CallFailed'
      */
-    Status status() const;
+    cStatus status() const;
 
 protected:                                                                           \



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

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