- Added SerializeVisitor class and written various serialize() methods
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@716 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
fcc9e93827
commit
dd4898ca55
8 changed files with 94 additions and 5 deletions
|
@ -20,6 +20,7 @@
|
|||
|
||||
#include "dynamic_sub_request.hh"
|
||||
#include "dynamic_request.hh"
|
||||
#include "serialize_visitor.hh"
|
||||
|
||||
#include "smartp.tcc"
|
||||
|
||||
|
@ -92,7 +93,7 @@ DynamicSubRequest::get_request()
|
|||
void
|
||||
DynamicSubRequest::serialize(SerializeVisitor& translator) const
|
||||
{
|
||||
//blah blah blah TODO
|
||||
translator.from_subrequest(*this);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue