repo.or.cz
/
scx.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
~
[scx.git]
/
include
/
Message.hpp
blob
e18e184d4795ce4b47be93c2268a8721897b5ab6
1
#ifndef SCX_MESSAGE_HPP
2
#define SCX_MESSAGE_HPP
3
4
namespace
scx
{
5
6
class
Message
7
{
8
public
:
9
template
<
typename arg_t
>
10
void
AppendField
(
const
arg_t arg
)
11
{
12
}
13
14
private
:
15
char
*
16
17
};
18
19
};
20
21
#endif