VR-Exchange 2.4 API Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
licenseDialogs
licenseDialogManager.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2006 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: licenseDialogManager.h,v $ $Revision: 1.7 $ $State: Exp $
7
******************************************************************************/
8
11
12
#ifndef licenseDialogManager_H_
13
#define licenseDialogManager_H_
14
15
#include "
licenseDialogs.h
"
16
17
#include <list>
18
#include <string>
19
20
namespace
MAKCommonWidgets
21
{
23
class
DT_DLL_LICENSEDIALOGS
DtLicenseDialogManager
24
{
25
private
:
27
DtLicenseDialogManager
();
28
public
:
29
~
DtLicenseDialogManager
();
30
31
static
std::string
getNewServer
(
const
std::list<std::string>& badServers,
const
std::string& feature);
32
33
static
std::string
getInitialServer
();
34
35
static
void
displayError
(
const
std::string& brief,
const
std::string& detail);
36
37
static
void
searchForLicFile();
38
};
39
}
40
41
extern
"C"
42
{
43
DT_DLL_LICENSEDIALOGS
std::string
getNewServer
(
const
std::list<std::string>& badServers,
const
std::string& feature);
44
45
DT_DLL_LICENSEDIALOGS
std::string
getInitialServer
();
46
47
DT_DLL_LICENSEDIALOGS
void
displayError
(
const
std::string& brief,
const
std::string& detail);
48
}
49
50
#endif
Document ID: Generated on Thu Jul 23 10:25:22 EDT 2015 from SVN revision 155065
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)