Rev 2557 | Rev 2615 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2557 | Rev 2601 | ||
|---|---|---|---|
| Line 97... | Line 97... | ||
| 97 | } |
97 | } |
| 98 | } |
98 | } |
| 99 | 99 | ||
| 100 | /** Decide if the message with this method is immutable on forward. |
100 | /** Decide if the message with this method is immutable on forward. |
| 101 | * |
101 | * |
| 102 | * - some system messages may be forwarded, for some of them |
102 | * - some system messages may be forwarded but their content cannot be altered |
| 103 | * it is useless |
- | |
| 104 | * |
103 | * |
| 105 | * @param method Method to be decided. |
104 | * @param method Method to be decided. |
| 106 | * |
105 | * |
| 107 | * @return Return 1 if the method is immutable on forward. |
106 | * @return Return 1 if the method is immutable on forward. |
| 108 | * Otherwise return 0. |
107 | * Otherwise return 0. |