cosmetics

This commit is contained in:
Andreas Steffen
2011-08-12 13:18:49 +02:00
parent 537205fa9d
commit c7b8512cc0
@@ -428,6 +428,7 @@ static axiom_node_t* create_enforcement_report(private_tnc_ifmap_soap_t *this,
return node; return node;
} }
/** /**
* Create delete filter * Create delete filter
*/ */
@@ -469,6 +470,7 @@ static axiom_node_t* create_publish_request(private_tnc_ifmap_soap_t *this)
return request; return request;
} }
METHOD(tnc_ifmap_soap_t, publish_ike_sa, bool, METHOD(tnc_ifmap_soap_t, publish_ike_sa, bool,
private_tnc_ifmap_soap_t *this, ike_sa_t *ike_sa, bool up) private_tnc_ifmap_soap_t *this, ike_sa_t *ike_sa, bool up)
{ {