Ignore:
Timestamp:
05/21/12 14:49:10 (12 months ago)
Author:
Mei <mei@…>
Branches:
mei_rt2, mei_rt2_fix_1
Children:
6e8997e
Parents:
1621520
git-author:
Mei <mei@…> (05/21/12 14:49:10)
git-committer:
Mei <mei@…> (05/21/12 14:49:10)
Message:

1) wrap up abac.hh doc first round

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libabac/abac_attribute.c

    rd037f54 radc0815  
    219219    assert(ptr); 
    220220    return ptr->head; 
     221} 
     222 
     223bool abac_attribute_is_role(abac_attribute_t *ptr) 
     224{ 
     225    assert(ptr); 
     226    assert(ptr->head); 
     227    return abac_aspect_is_role(ptr->head); 
    221228} 
    222229 
Note: See TracChangeset for help on using the changeset viewer.