Initial
This commit is contained in:
27
http/HOLD/PRESCAN.HPP
Normal file
27
http/HOLD/PRESCAN.HPP
Normal file
@@ -0,0 +1,27 @@
|
||||
#ifndef _HTTP_PRESCAN_HPP_
|
||||
#define _HTTP_PRESCAN_HPP_
|
||||
#ifndef _COMMON_PUREBYTE_HPP_
|
||||
#include <common/purebyte.hpp>
|
||||
#endif
|
||||
|
||||
class String;
|
||||
|
||||
class PreScan
|
||||
{
|
||||
public:
|
||||
PreScan(void);
|
||||
virtual ~PreScan();
|
||||
void preScan(const String &pathFileName);
|
||||
private:
|
||||
};
|
||||
|
||||
inline
|
||||
PreScan::PreScan(void)
|
||||
{
|
||||
}
|
||||
|
||||
inline
|
||||
PreScan::~PreScan()
|
||||
{
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user