privacore-open-source-searc.../InstanceInfoExchange.h
2017-05-02 11:57:22 +02:00

16 lines
295 B
C++

#ifndef INSTANCE_INFO_EXCHANGE_H_
#define INSTANCE_INFO_EXCHANGE_H_
namespace InstanceInfoExchange {
bool initialize();
void finalize();
//Tell the exchange that this info is still alive and kicking.
// 'forHowLong' is relative time in milliseconds
void weAreAlive();
} //namespace
#endif