$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Interest in Remote Procedure Call Library?
From: Rutger ter Borg (rutger_at_[hidden])
Date: 2010-02-08 09:25:43
OvermindDL1 wrote:
> class myClass
> {
> public:
> void _myMemberFunc(int i, float f);
> static RPCHandler::type_of_callback<myClass::_myMemberFunc>::type
> myMemberFunc;
> }
>
Hello,
do you defer the completion of the full signature of the member function
until it's called, or do you acquire it through some other trickery?
Thanks,
Cheers,
Rutger