[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Some additional obscure questions...



At 1/31/2003:12:50 AM, David T. Perkins wrote:

Hi Dave,

>> ...
>>   AnotherModule DEFINITIONS ::=
>>   BEGIN
>>      IMPORTS
>>         parentOfA FROM NON-AMBIGUOUS-MIB
>>         a FROM M1 { parentOfA 1 }
>>         a FROM M2 { parentOfA 2 }
>       ...
>    END
>
>or better yet...
>   AnotherModule DEFINITIONS ::=
>   BEGIN
>      IMPORTS
>         a FROM M1 { parentOfA 1 }  -- a forward reference
>         a FROM M2 { parentOfA 2 }
>         parentOfA FROM NON-AMBIGUOUS-MIB
>       ...
>   END

Why do you consider the second form better
than the first?

Cheers,

BobN