Corba_string object



Can someone tell me what and how to use a
CORBA_string? For instance I have a struct like so:

struct employee
{
    CORBA_string name;
}

Can I just do this?

struct employee thisemployee;
thisemployee.name = "someone";

Or do I have to allocate memory and copy...if so what
are these calls in CORBA??

Thanks

__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]