diff options
author | Niclas Eklund <[email protected]> | 2011-02-14 10:31:00 +0100 |
---|---|---|
committer | Niclas Eklund <[email protected]> | 2011-02-14 10:31:00 +0100 |
commit | 27d6af0ed32a25d7ea1dcd83a4163f8e6ec67844 (patch) | |
tree | 0ac6f83ff66ec08f72d6a39f6cba386ebb0fa65e /lib/cosNotification/src | |
parent | 59bb06a90248defb4c0be98f10afae88c2251fe7 (diff) | |
download | otp-27d6af0ed32a25d7ea1dcd83a4163f8e6ec67844.tar.gz otp-27d6af0ed32a25d7ea1dcd83a4163f8e6ec67844.tar.bz2 otp-27d6af0ed32a25d7ea1dcd83a4163f8e6ec67844.zip |
Corrected spec usage.
Diffstat (limited to 'lib/cosNotification/src')
-rw-r--r-- | lib/cosNotification/src/CosNotification_Common.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/cosNotification/src/CosNotification_Common.erl b/lib/cosNotification/src/CosNotification_Common.erl index 73a5550911..1e2d9640aa 100644 --- a/lib/cosNotification/src/CosNotification_Common.erl +++ b/lib/cosNotification/src/CosNotification_Common.erl @@ -948,7 +948,7 @@ validate_event_qos(Wanted, Curr) -> []. %% To avoid dialyzer warnings due to the use of exit/throw. --spec(v_e_q_helper/3 :: (_, _, _) -> no_return()). +%%-spec(v_e_q_helper/3 :: (_, _, _) -> no_return()). v_e_q_helper([], _Curr, []) -> %% Parsed all and foynd no conflicts. ok; @@ -1074,7 +1074,7 @@ v_e_q_helper(What, _, _) -> %% Returns : {NewOMGStyleQoS, NewLocalQoS} | #'CosNotification_UnsupportedQoS'{} %%------------------------------------------------------------ %% To avoid dialyzer warnings due to the use of exit/throw. --spec(set_properties/9 :: (_, _, _, _, _, _, _, _, _) -> no_return()). +%%-spec(set_properties/9 :: (_, _, _, _, _, _, _, _, _) -> no_return()). set_properties([], Curr, channelAdm, _, [], NewQoS,_,_,LAS) -> merge_properties(NewQoS, Curr, LAS); set_properties([], Curr, _, _, [], NewQoS,_,_,LQS) -> |