LibLogicalAccess  2.5.0
An Open Source RFID Library
Loading...
Searching...
No Matches
winclass.hpp
Go to the documentation of this file.
1#ifndef WINCLASS_HPP__
2#define WINCLASS_HPP__
3
4#include <string>
5
6namespace logicalaccess
7{
9{
10 protected:
11 static std::string _getErrorMess(int errCode);
12};
13}
14
15#endif
Definition: winclass.hpp:9
static std::string _getErrorMess(int errCode)
Definition: winclass.cpp:10
Definition: asn1.hpp:9