Re: simplifications
- From: Bowie Owens <bowie owens csiro au>
- To: Murray Cumming Comneon com
- Cc: orbitcpp-list gnome org
- Subject: Re: simplifications
- Date: Fri, 27 Jun 2003 08:51:59 +1000
Murray Cumming Comneon com wrote:
Not me. It looks like libbonobomm has changed in CVS since
the version
1.3.5 (which is what I was using). Some of the changes took out the
references to the stub classes.
Can you point me to the changes in cvs via a lxr/bonsai URL?. I am having
some strange problems with libbonobo*mm - it doesn't seem to build the
widgets. It might be unrelated.
I was mistaken about the changes I hadn't realised that the two files
that needed modification were generated. So when I didn't see them in
CVS I figured they had been removed. Turns out the changes need to be
made to tools/m4/class_bonoboobject.m4. I have attached a diff.
As for getting at the differences, cvs diff -D 2003-03-15 might give you
what you are looking for. I couldn't spot any tags relating to releases,
so the above command should give you the changes from the date of the
release onwards (I think).
--
Bowie Owens
CSIRO Mathematical & Information Sciences
phone : +61 3 9545 8055
fax : +61 3 9545 8080
mobile : 0425 729 875
email : Bowie Owens csiro au
diff -u -r1.2 class_bonoboobject.m4
--- tools/m4/class_bonoboobject.m4 22 Apr 2002 00:26:23 -0000 1.2
+++ tools/m4/class_bonoboobject.m4 26 Jun 2003 22:44:08 -0000
@@ -168,7 +168,7 @@
{
//Get a client reference:
//Use the C++ mapping from now on because it is simpler.
- corbaref_ = ::_orbitcpp::stub::__CPP_CORBA_TYPE__`'::_orbitcpp_wrap( BONOBO_OBJREF(gobject_) );
+ corbaref_ = ::__CPP_CORBA_TYPE__`'::_orbitcpp_wrap( BONOBO_OBJREF(gobject_) );
}
__CPPNAME__::~__CPPNAME__`'()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]