/* Virginia Tech Cognitive Radio Open Source Systems * Virginia Tech, 2009 * * LICENSE INFORMATION GOES HERE */ /* DESCRIPTION OF FILE. */ #include "vtcross/common.h" #include "vtcross/components.h" #include "vtcross/containers.h" #include "vtcross/debug.h" #include "vtcross/error.h" void PolicyEngine::GetRemoteComponentType() { } void PolicyEngine::WaitForSignal() { } void PolicyEngine::Shutdown() { } void PolicyEngine::Reset() { } void PolicyEngine::RegisterComponent(socketFD, compType) { } void PolicyEngine::DeregisterComponent() { } void PolicyEngine::RegisterServices() { } void PolicyEngine::DeregisterServices() { } void PolicyEngine::ReloadPolicies() { } void PolicyEngine::LoadPolicies() { } void PolicyEngine::ValidateParameters() { }