VR-Exchange 2.1 API Documentation
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 {
24  {
25  private:
28  public:
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 }
38 
39 extern "C"
40 {
41  DT_DLL_LICENSEDIALOGS std::string getNewServer(const std::list<std::string>& badServers, const std::string& feature);
42 
44 
45  DT_DLL_LICENSEDIALOGS void displayError(const std::string& brief, const std::string& detail);
46 }
47 
48 #endif

Document ID: Generated on Tue Aug 7 22:07:13 EDT 2012 from SVN revision 117874
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)