BusBoy
2
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
src
cpp
api
external
CExternalContext.h
Go to the documentation of this file.
1
17
#ifndef __BUSBOY_C_EXTERNAL_CONTEXT_H__
18
#define __BUSBOY_C_EXTERNAL_CONTEXT_H__
19
20
#include "
ExternalContext.h
"
21
#include "
external/capi/external_capi.h
"
22
23
struct
CExternalContextStruct
{
24
BUSBOY::ExternalContext
*
context
;
25
};
26
typedef
struct
CExternalContextStruct
CExternalContext
;
27
28
CExternalContextPtr
wrapExternalContext
(
BUSBOY::ExternalContext
*
context
);
29
30
#endif
Tue Nov 11 2014 23:19:41
1.8.3.1
Copyright 2014 Google Inc. All rights reserved.