summaryrefslogtreecommitdiff
path: root/include/interface.h
blob: 7bdb5d68d4cf4dd9d44b868f5ca26a29421fbad5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/**
 *  Interface.h
 *
 *  @copyright 2014 Copernica BV
 *  @author Emiel Bruijntjes <emiel.bruijntjes@copernica.com>
 */

/**
 *  Set up namespace
 */
namespace Php {

/**
 *  @todo   implementation, should be somehow an extension of a regular
 *          class, but without methods to define methods
 * 
 *          the flag that should be passed to the base it 0x80
 */

/**
 *  End namespace
 */
}