$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Miguel Tadeu (m_tadeu_at_[hidden])
Date: 2007-10-22 06:12:25
The sources are available at
http://sourceforge.net/projects/abstractcall/
Things I want to change are:
- Those macros are pretty crapy, so:
- Macros without parameter count( more generic macros )
- Ability to bind with different classes( macros only deal with this )
- Ability to call functions( now it's only calling class methods )
- I dislike storing a pointer in the container
- Other stuff is still object of discussion
Note that I could use some tips to make these improvements...
Miguel Tadeu