Protected code

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Protected code

Smalltalkiano-4
Hi all,

    where can I find some info on how to make use of
ProtectedProductSessionManager framework?

    Is enough only to make my ConcreteRuntimeProductClass a child of it?


    thanks,

Seb


Reply | Threaded
Open this post in threaded view
|

Re: Protected code

Christopher J. Demers
"Smalltalkiano" <[hidden email]> wrote in message
news:b30fgh$1hht8d$[hidden email]...
>     where can I find some info on how to make use of
> ProtectedProductSessionManager framework?
>
>     Is enough only to make my ConcreteRuntimeProductClass a child of it?

No, it seems that you also have to implement a subclass of
ProtectedProductSerialNumber like MyCompanySerialNumber.  See the "Protected
Scribble" package for a complete example.

Chris


Reply | Threaded
Open this post in threaded view
|

Re: Protected code

Smalltalkiano-4
OK,

    I'll start from there,

    thanks Chris

Seb

"Christopher J. Demers" <[hidden email]> escribió en el
mensaje news:b30kfi$1hvdji$[hidden email]...
> "Smalltalkiano" <[hidden email]> wrote in message
> news:b30fgh$1hht8d$[hidden email]...
> >     where can I find some info on how to make use of
> > ProtectedProductSessionManager framework?
> >
> >     Is enough only to make my ConcreteRuntimeProductClass a child of it?
>
> No, it seems that you also have to implement a subclass of
> ProtectedProductSerialNumber like MyCompanySerialNumber.  See the
"Protected
> Scribble" package for a complete example.
>
> Chris
>
>