$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Balasubramanyam, Shivakumar (sbalasub_at_[hidden])
Date: 2007-08-05 15:21:36
Hi,
I would be like to know how you can bind a member function that has a
overloaded arguments.
For example.
Class X;
Class Y;
Class A{
Line1: Void Func(X x);
Line2: Func(Y y);
}
Any ideas?
Thanks,
Shiva