$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Passing arguments to threads
From: Igor R (boost.lists_at_[hidden])
Date: 2009-03-16 09:24:51
> As per the api documentation for boost::thread I am using the following:
>
> boost::thread dataThread(dparse.dataMain,instUUID);
> dataThread.join();
>
What's the declarations of dparse.dataMain and instUUID?