Initial community commit
This commit is contained in:
14
Src/Plugins/Library/ml_wire/ChannelRefresher.h
Normal file
14
Src/Plugins/Library/ml_wire/ChannelRefresher.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef NULLSOFT_CHANNELREFRESHERH
|
||||
#define NULLSOFT_CHANNELREFRESHERH
|
||||
|
||||
#include "ChannelSync.h"
|
||||
class ChannelRefresher: public ChannelSync
|
||||
{
|
||||
public:
|
||||
void BeginChannelSync();
|
||||
void NewChannel(const Channel &newChannel);
|
||||
void EndChannelSync();
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user