update20140630
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
/*
|
||||
* File: SplitMessageFactory.h
|
||||
* Author: sgaebler
|
||||
* Author: jgaebler
|
||||
*
|
||||
* Created on April 14, 2011, 11:34 AM
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#ifndef SPLITMESSAGEFACTORY_H
|
||||
#define SPLITMESSAGEFACTORY_H
|
||||
|
||||
namespace ubeeme {
|
||||
namespace moversight {
|
||||
|
||||
class SplitOptions;
|
||||
class PeerIDList;
|
||||
class SplitAnnounce;
|
||||
|
||||
class SplitMessageFactory {
|
||||
|
||||
public:
|
||||
|
||||
static SplitAnnounce createSplitAnnounceMessage(const SplitOptions & options, const PeerIDList & splitPeers);
|
||||
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
#endif /* SPLITMESSAGEFACTORY_H */
|
||||
|
||||
Reference in New Issue
Block a user