BMA Server Framework
/home/bradarant/barant/ServerCore/SessionFilter.h
1
#ifndef __SessionFilter_h__
2
#define __SessionFilter_h__
3
4
//#include "Session.h"
5
6
namespace
core
{
7
8
class
Session;
9
10
class
SessionFilter
:
public
Object
{
11
12
public
:
13
virtual
bool
test(
Session
&session) {
14
return
true
;
15
}
16
17
};
18
19
}
20
21
#endif
core
Definition:
Command.cpp:4
core::Session
Definition:
Session.h:22
core::Object
Definition:
Object.h:8
core::SessionFilter
Definition:
SessionFilter.h:10
Generated by
1.8.13