VR-Forces Developer's Guide
Home
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrvUtil
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
{
20
class
DT_DLL_VRVUTIL
DtAuthorizationCodeValidator
21
{
22
23
public
:
24
26
DtAuthorizationCodeValidator
();
27
29
bool
isValid(
const
std::string& key,
const
std::string& value);
30
31
};
32
}
33
34
#endif
35
DT_DLL_VRVUTIL
#define DT_DLL_VRVUTIL
Definition:
vrvUtil.h:34
vrvUtil.h
Contains DLL export macros.
makVrv::DtAuthorizationCodeValidator
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
)