WXP C++ Library
Version 6.74.9
Loading...
Searching...
No Matches
include
License.h
1
#ifndef _WINC_LICENSE
2
#define _WINC_LICENSE
3
4
namespace
WXP
{
5
class
License
{
6
int
good;
7
int
gif;
8
int
nldn;
9
int
prodman;
10
11
int
decode(
const
char
*code,
char
*str );
12
int
check(
const
char
*isite,
const
char
*iname,
const
char
*cname,
char
*str );
13
public
:
14
License
();
15
bool
valid
();
16
bool
valid
(
const
char
*type );
17
};
18
}
19
#endif
WXP::License::License
License()
Definition
License.cc:25
WXP::License::valid
bool valid()
Definition
License.cc:198
WXP
All WXP classes fall under the WXP namespace.
Definition
Angle.h:4
Generated on
for WXP C++ Library by
1.16.1