OSSP CVS Repository

ossp - Check-in [4008]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 4008
Date: 2003-Feb-05 12:33:27 (local)
2003-Feb-05 11:33:27 (UTC)
User:ms
Branch:
Comment: Remember to fix a bounds flaw, and choose a more reasonable RPC server events file name.
Tickets:
Inspections:
Files:
ossp-pkg/as/as-gui/TODO      1.77 -> 1.78     2 inserted, 0 deleted
ossp-pkg/as/as-gui/as_slot.cpp      1.110 -> 1.111     1 inserted, 1 deleted

ossp-pkg/as/as-gui/TODO 1.77 -> 1.78

--- TODO 2003/02/05 10:56:43     1.77
+++ TODO 2003/02/05 11:33:27     1.78
@@ -47,6 +47,8 @@
 Method saveData(stream) must write to a new file, otherwise writes data pattern
 CRCs are being generated before parsing of "" is finished?
 Double click on column separator is broken again
+Zeitabzug moeglicherweise falsch wenn 23:00-01:00=?
+24:00 muss als Valideintrag im Finishfeld erlaubt (gefunden mlelstv)
 
 Nice to have
 ------------


ossp-pkg/as/as-gui/as_slot.cpp 1.110 -> 1.111

--- as_slot.cpp  2003/02/04 20:32:46     1.110
+++ as_slot.cpp  2003/02/05 11:33:27     1.111
@@ -1512,7 +1512,7 @@
         }
 
         // Open an account object on the remote server
-        Account_var Account = Asdbase->Open("/tmp/corbadb.txt"); // Security problem!
+        Account_var Account = Asdbase->Open("events.as");
         if (CORBA::is_nil(Account)) { // Verify sanity
             m_pStatbar->message(trUtf8("Could not create an account object on the server"));
             qWarning("Could not create an account object on the server\n");

CVSTrac 2.0.1