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");
|
|