From kde-commits Fri Mar 31 20:05:01 2000 From: CVS by brodu Date: Fri, 31 Mar 2000 20:05:01 +0000 To: kde-commits Subject: kdelibs/arts/mcopidl X-MARC-Message: https://marc.info/?l=kde-commits&m=95458850811856 kdelibs/arts/mcopidl mcopidl.cc,1.32,1.33 Author: brodu CVSROOT: /home/kde Fri Mar 31 22:10:18 MET DST 2000 Update of /home/kde/kdelibs/arts/mcopidl In directory zeus:/tmp/cvs-serv4997/mcopidl Modified Files: mcopidl.cc Log Message: Finally implemented the SmartWrappers. All tests passed, plus a few more not in hellomain.cc. It's now possible to pass the SmartWrappers as argument or return type, and they don't have virtuals anymore. Quite everything can be made const thanks to the pool implementation.