old cookie added again
will be replaced in separate branch/pull request
This commit is contained in:
parent
abe7239018
commit
0cb2abfe7e
10
devicehandlers/Cookie.h
Normal file
10
devicehandlers/Cookie.h
Normal file
@ -0,0 +1,10 @@
|
||||
#ifndef COOKIE_H_
|
||||
#define COOKIE_H_
|
||||
|
||||
class Cookie{
|
||||
public:
|
||||
virtual ~Cookie(){}
|
||||
};
|
||||
|
||||
|
||||
#endif /* COOKIE_H_ */
|
Loading…
Reference in New Issue
Block a user