bug-commoncpp
[Top][All Lists]
Advanced

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

Re: PosixThread(true)


From: David Sugar
Subject: Re: PosixThread(true)
Date: Thu, 13 Dec 2001 14:35:53 -0500 (EST)

The internal main definition is used to mask the root thread object that
is automatically created when the libraries are linked and installed as an
automatic...this is a tricker problem.

On Thu, 13 Dec 2001, Marcelo Dalmas wrote:

>
> Can I define a main PosixThread like Thread(true)?
>
> class MyThread : public PosixThread
> {
> public:
>       MyThread() : PosixThread(true) {return;};
> }
> //or somethig like:
> //    MyThread() : PosixThread() : Thread(true);  :)
>
>
> Marcelo Dalmas
> BRASMAP Sistemas
> www.brasmap.com.br
> Fone/Fax: (48) 333-2218 ramal 2114
>
>
> _______________________________________________
> Bug-commoncpp mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/bug-commoncpp
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]