#ifndef __ProxyData_h_ #define __ProxyData_h_ #include "misc_framework/DataNodes.h" void initProxyData(DataNodeManager *manager); // In some apps this isn't required because we request test data immediately. // (However, it wouldn't be a bad idea, just to be sure.) This should be // called before we start listening to new network connections. This // automatically calls initProxyData(). void initProxyDataInThread(); #endif