Discussion:
Open-beos-cvs digest, Vol 1 #1705 - 8 msgs
Philippe Houdoin
2003-07-01 22:53:45 UTC
Permalink
Update of /cvsroot/open-beos/current/src/add-ons/print/transports/
usb=5Fport
In directory sc8-pr-cvs1:/tmp/cvs-serv13601
print=5Ftransport.cpp
Changed include file name.
[...]
-#include "TransportAddOn.h"
+#include "PrintTransportAddOn.h"
Damn! I hate CVS when I don't want to commit all my pending change, but
I forgot obvious ones.
Sorry Michael.

-Philippe

--
Fortune Cookie Says:

I've given up reading books; I find it takes my mind off myself.
Michael Pfeiffer
2003-07-02 19:36:35 UTC
Permalink
Hi Philippe,
Post by Philippe Houdoin
Damn! I hate CVS when I don't want to commit all my pending change, but
I forgot obvious ones.
Sorry Michael.
No problem. I have updated my local copy of the repository and
I am now able to build again.

- Michael
Philippe Houdoin
2004-08-11 08:51:04 UTC
Permalink
Hi guy(s?),

Today I discover that 3 of our print transports were wrong. They didn't
export init_transport() and exit_transport() !
As we were linking them against the static libprinttransportaddon.a but
without refering these symbols from the addon, the linki process didn't
include them.

So, I just commit a fix to this issue : we now explicitly link with
PrintTransportAddOn.o instead.

I've renamed these transport add-ons main source file from
print_transport.cpp to *Transport.cpp to remove a potential jam names
conflict.
And I think these new names make more sense.

Oh my, how I'm bored these days! ;-)

- Philippe

--
Fortune Cookie Says:

Chicken Little only has to be right once.

Loading...