Code

CodingStyle: const placement
[inkscape.git] / src / jabber_whiteboard / message-contexts.h
1 /**
2  * Whiteboard session manager
3  * Inkboard message context definitions
4  *
5  * Authors:
6  * David Yip <yipdw@rose-hulman.edu>
7  *
8  * Copyright (c) 2005 Authors
9  *
10  * Released under GNU GPL, read the file 'COPYING' for more information
11  */
13 #ifndef __WHITEBOARD_MESSAGE_CONTEXTS_H__
14 #define __WHITEBOARD_MESSAGE_CONTEXTS_H__
16 #include "jabber_whiteboard/typedefs.h"
18 namespace Inkscape {
20 namespace Whiteboard {
22 void initialize_received_message_contexts(MessageContextMap& mcm);
24 }
26 }
28 #endif
30 /*
31   Local Variables:
32   mode:c++
33   c-file-style:"stroustrup"
34   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
35   indent-tabs-mode:nil
36   fill-column:99
37   End:
38 */
39 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :