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

List:       kde-commits
Subject:    Re: kdelibs/corba/cuteidl
From:       David Faure <faure () kde ! org>
Date:       1999-09-21 1:51:54
[Download RAW message or body]

> :-))) I wouldn't have thought that we get it working that fast...
Yup, works fine.
I ported kom, no problem (the tests in tutorials/kded, which use kom + kded,
worked fine, exceptn "client" which requires everything installed of course).

Next problem, when porting partsui :

void Qt2CORBAProxy::callback( const QString &_val )  <-- changed by my script
{
  CORBA::WString_var wval = Q2C( _val );  <--- to be removed
 
  CORBA::Request_var _req = m_vReceiver->_request( m_strMember.data() );
  _req->add_in_arg( "value" ) <<= CORBA::Any::from_wstring( wval.out(), 0 ); <--- ?? 
  _req->result()->value()->type( CORBA::_tc_void );
  _req->invoke(); 


Simon, what do I do with this from_wstring ? :)))
Do we need a from_QString ?
Can I call the sti directly ?
... ???

-- 
David FAURE
david@mandrakesoft.com, faure@kde.org
http://www.insa-lyon.fr/People/AEDI/dfaure/index.html 
KDE, Making The Future of Computing Available Today

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

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