[omniORB] Resizing a string sequence
    Johan Cronje 
    jcronje at dsp.sun.ac.za
       
    Tue Nov 25 13:00:16 GMT 2003
    
    
  
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Tuesday 25 November 2003 02:57, Johan Cronje wrote:
>   attribute_list* return_attributes()
> to
>   void return_attributes(out attribute_list a_l)
This is now:
   void return_attributes(inout attribute_list a_l);
Last night, for some reason (it can be I overlooked it) it generated the 
"attribute_list_out" class regardless of whether I used out or inout for the 
attribute_list. Now it generated
   void return_attributes(attribute_list& a_l)
which is what I expected.
> ... It is, however, very late over here and I will continue this conquest at
> a later stage in the day.
> I am very grateful for all the help you give me. I do feel however that at
> this moment I must first go get some rest as I feel that the answer is
> staring me in the face but I'm way too tired to see it.
How true... after implementing above method, everything is now A-OK.
Thank you again Gary, Kendall and Duncan.
Best Regards
Johan
- -- 
"There is beauty in simplicity"		-- Johan Cronje
- ---------------------------------------------------------------
Johan Cronje
Digital Signal Processing / Telecommunications Group
Electrical and Electronic Engineering Department
University of Stellenbosch
http://www.dsp.sun.ac.za/~jcronje
- ---------------------------------------------------------------
GNUPG Key: http://www.dsp.sun.ac.za/~jcronje/jcronje.asc
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux)
iQEVAwUBP8M2ReEeclgONaRbAQLLBgf/XQBTulrZTGlcYNJQ8BC9wKq452rABH7h
B2omUT7C/zgP6tXKMo0w/CCjyYpQbzynZYXb5CEzPlZnn50OskIcMJsoOXHmpdSA
MQwLtlFJu3/WzMtnJ7nN7BqckJ3CavDNf3aDfIhNtt3tVE7bw/Jv5BxAnJ1o5aGH
N/isuRSE03px51er3PnZ6uvXD84TVJMtfLr1xgUATn4ZbJ6yCcOcyGwI9TUrED5K
lK/ieE07vF6JPvySemR7iGGSZxqzTlD78yRGrqoBX3fCv7pVLv9Qch6xJoOEx01G
GPKHS9/zQ36I1WivFH6g69kNfO3x1kSK0gH/f5VqBx4cQtkIb0s43Q==
=S0y/
-----END PGP SIGNATURE-----
    
    
More information about the omniORB-list
mailing list