- added Kml export
- added HttpServer git-svn-id: http://moon:8086/svn/software/trunk/projects/FsTrack@124 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
/*
|
||||
* File: IHttp.hpp
|
||||
* Author: jens
|
||||
*
|
||||
* Created on 9. Januar 2015, 20:14
|
||||
*/
|
||||
|
||||
#ifndef IHTTP_HPP
|
||||
#define IHTTP_HPP
|
||||
|
||||
struct IHttpListener
|
||||
{
|
||||
IHttpListener() {}
|
||||
virtual ~IHttpListener() {}
|
||||
|
||||
virtual void onUpdate(const char *pPath) = 0;
|
||||
};
|
||||
|
||||
#endif /* IHTTP_HPP */
|
||||
|
||||
Reference in New Issue
Block a user