[omniORB] sequence problem / beginner
Lars von Wedel
vonWedel@lfpt.rwth-aachen.de
Wed, 04 Apr 2001 14:30:24 +0200
This is a multi-part message in MIME format.
--------------A901711BB40711C73A7EACD7
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Hi,
> // note : temp and tmp were declared in the class jumboExt ( no specific
> initialization );
As I wrote further down below, tmp should be
initialized as
tmp = new structure();
and be defined in the class as
...
private:
structure_var tmp;
...
};
Such kind of stuff
tmp = &temp;
is unnecessary then.
Lars
--------------A901711BB40711C73A7EACD7
Content-Type: text/x-vcard; charset=us-ascii;
name="vonWedel.vcf"
Content-Transfer-Encoding: 7bit
Content-Description: Card for Lars von Wedel
Content-Disposition: attachment;
filename="vonWedel.vcf"
begin:vcard
n:von Wedel;Lars
tel;cell:++49 172 2043412
tel;fax:++49 241 8888326
tel;work:++49 241 805240
x-mozilla-html:TRUE
url:http://www.lfpt.rwth-aachen.de/Staff/vonwedel.html
org:RWTH Aachen;Lehrstuhl fuer Prozesstechnik
adr:;;Turmstrasse 46;52056 Aachen;;;
version:2.1
email;internet:vonWedel@lfpt.rwth-aachen.de
end:vcard
--------------A901711BB40711C73A7EACD7--