servlib/bundling/Bundle.cc
changeset 11 4dd7e0cb11a7
parent 0 2b3e5ec03512
equal deleted inserted replaced
10:84c85b6450de 11:4dd7e0cb11a7
    37     bundleid_		= id;
    37     bundleid_		= id;
    38     is_fragment_	= false;
    38     is_fragment_	= false;
    39     is_admin_		= false;
    39     is_admin_		= false;
    40     do_not_fragment_	= false;
    40     do_not_fragment_	= false;
    41     in_datastore_       = false;
    41     in_datastore_       = false;
       
    42     in_bpq_cache_       = false;
    42     custody_requested_	= false;
    43     custody_requested_	= false;
    43     local_custody_      = false;
    44     local_custody_      = false;
    44     singleton_dest_     = true;
    45     singleton_dest_     = true;
    45     priority_		= COS_NORMAL;
    46     priority_		= COS_NORMAL;
    46     receive_rcpt_	= false;
    47     receive_rcpt_	= false;
   223     a->process("replyto", &replyto_);
   224     a->process("replyto", &replyto_);
   224     a->process("prevhop", &prevhop_);    
   225     a->process("prevhop", &prevhop_);    
   225     a->process("priority", &priority_);
   226     a->process("priority", &priority_);
   226     a->process("custody_requested", &custody_requested_);
   227     a->process("custody_requested", &custody_requested_);
   227     a->process("local_custody", &local_custody_);
   228     a->process("local_custody", &local_custody_);
       
   229     a->process("in_bpq_cache", &in_bpq_cache_);
   228     a->process("singleton_dest", &singleton_dest_);
   230     a->process("singleton_dest", &singleton_dest_);
   229     a->process("custody_rcpt", &custody_rcpt_);
   231     a->process("custody_rcpt", &custody_rcpt_);
   230     a->process("receive_rcpt", &receive_rcpt_);
   232     a->process("receive_rcpt", &receive_rcpt_);
   231     a->process("forward_rcpt", &forward_rcpt_);
   233     a->process("forward_rcpt", &forward_rcpt_);
   232     a->process("delivery_rcpt", &delivery_rcpt_);
   234     a->process("delivery_rcpt", &delivery_rcpt_);