VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtAuthorizationCodeValidator.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #ifndef DtAuthorizationCodeValidator_H_
11 #define DtAuthorizationCodeValidator_H_
12 
13 #include <vrvUtil/vrvUtil.h>
14 #include <string>
15 
16 namespace makVrv
17 {
21  {
22 
23  public:
24 
27 
29  bool isValid(const std::string& key, const std::string& value);
30 
31  };
32 }
33 
34 #endif
35 
#define DT_DLL_VRVUTIL
Definition: vrvUtil.h:34
Contains DLL export macros.
Used to validate if code strings are valid.
Definition: DtAuthorizationCodeValidator.h:20

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)