Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagecpp
  init(publicationServer: PublicationServer) {

    self.publicationServer = publicationServer

    #if LCP

    drmLibraryServices.append(LCPLibraryService())

    #endif

    

    drmLibraryServices.append(AdobeDRMLibraryService())

  }


Decrypting Table of Contents

...