mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-18 00:54:19 +00:00
Renamed the juce_tracktion_marketplace module to juce_product_unlocking
This commit is contained in:
parent
496e55c988
commit
da0febe368
9 changed files with 8 additions and 8 deletions
|
|
@ -22,7 +22,7 @@
|
|||
==============================================================================
|
||||
*/
|
||||
|
||||
#ifdef JUCE_TRACKTION_MARKETPLACE_H_INCLUDED
|
||||
#ifdef JUCE_PRODUCT_UNLOCKING_H_INCLUDED
|
||||
/* When you add this cpp file to your project, you mustn't include it in a file where you've
|
||||
already included any other headers - just put it inside a file on its own, possibly with your config
|
||||
flags preceding it, but don't include anything else. That also includes avoiding any automatic prefix
|
||||
|
|
@ -31,7 +31,7 @@
|
|||
#error "Incorrect use of JUCE cpp file"
|
||||
#endif
|
||||
|
||||
#include "juce_tracktion_marketplace.h"
|
||||
#include "juce_product_unlocking.h"
|
||||
|
||||
namespace juce
|
||||
{
|
||||
|
|
@ -31,11 +31,11 @@
|
|||
|
||||
BEGIN_JUCE_MODULE_DECLARATION
|
||||
|
||||
ID: juce_tracktion_marketplace
|
||||
ID: juce_product_unlocking
|
||||
vendor: juce
|
||||
version: 4.3.1
|
||||
name: JUCE Tracktion marketplace support
|
||||
description: Classes for online product authentication via the Tracktion marketplace.
|
||||
name: JUCE Online marketplace support
|
||||
description: Classes for online product authentication
|
||||
website: http://www.juce.com/juce
|
||||
license: GPL/Commercial
|
||||
|
||||
|
|
@ -47,11 +47,11 @@
|
|||
|
||||
|
||||
#pragma once
|
||||
#define JUCE_TRACKTION_MARKETPLACE_H_INCLUDED
|
||||
#define JUCE_PRODUCT_UNLOCKING_H_INCLUDED
|
||||
|
||||
/**
|
||||
The Tracktion Marketplace module is a simple user-registration system for
|
||||
allowing you to build apps/plugins with features that are unlocked by a
|
||||
The juce_product_unlocking module provides simple user-registration classes
|
||||
for allowing you to build apps/plugins with features that are unlocked by a
|
||||
user having a suitable account on a webserver.
|
||||
|
||||
Although originally designed for use with products that are sold on the
|
||||
Loading…
Add table
Add a link
Reference in a new issue