Attempted a thing
This commit is contained in:
9
BrowserCallHandler.cpp
Normal file
9
BrowserCallHandler.cpp
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
#include "BrowserCallHandler.h"
|
||||||
|
|
||||||
|
BrowserCallHandler::BrowserCallHandler(void)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
BrowserCallHandler::~BrowserCallHandler(void)
|
||||||
|
{
|
||||||
|
}
|
||||||
8
BrowserCallHandler.h
Normal file
8
BrowserCallHandler.h
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
#pragma once
|
||||||
|
#include <Mshtmhst.h>
|
||||||
|
class BrowserCallHandler : IDocHostUIHandler
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
BrowserCallHandler(void);
|
||||||
|
~BrowserCallHandler(void);
|
||||||
|
};
|
||||||
@@ -240,6 +240,10 @@
|
|||||||
RelativePath=".\ax.cpp"
|
RelativePath=".\ax.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\BrowserCallHandler.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\ButtonListener.cpp"
|
RelativePath=".\ButtonListener.cpp"
|
||||||
>
|
>
|
||||||
@@ -333,6 +337,10 @@
|
|||||||
RelativePath=".\ax.h"
|
RelativePath=".\ax.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\BrowserCallHandler.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\ButtonListener.h"
|
RelativePath=".\ButtonListener.h"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user