root/vtcross/branches/bhilburn/src/policy_engines/PolicyEngine.cpp @ 143

Revision 143, 0.8 KB (checked in by bhilburn, 15 years ago)

Made the VTCROSS_DEBUG field useful, added the new socket comm header to the
PolicyEngine? cpp file.

Line 
1/* Virginia Tech Cognitive Radio Open Source Systems
2 * Virginia Tech, 2009
3 *
4 * LICENSE INFORMATION GOES HERE
5 */
6
7/* DESCRIPTION OF FILE.
8 */
9
10
11#include "vtcross/common.h"
12#include "vtcross/components.h"
13#include "vtcross/containers.h"
14#include "vtcross/debug.h"
15#include "vtcross/error.h"
16#include "vtcross/socket_comm.h"
17
18
19void PolicyEngine::GetRemoteComponentType()
20{
21}
22
23
24void PolicyEngine::WaitForSignal()
25{
26}
27
28
29void PolicyEngine::Shutdown()
30{
31}
32
33
34void PolicyEngine::Reset()
35{
36}
37
38
39void PolicyEngine::RegisterComponent(socketFD, compType)
40{
41}
42
43
44void PolicyEngine::DeregisterComponent()
45{
46}
47
48
49void PolicyEngine::RegisterServices()
50{
51}
52
53
54void PolicyEngine::DeregisterServices()
55{
56}
57
58
59void PolicyEngine::ReloadPolicies()
60{
61}
62
63void PolicyEngine::LoadPolicies()
64{
65}
66
67
68void PolicyEngine::ValidateParameters()
69{
70}
71
Note: See TracBrowser for help on using the browser.