#include "define.h"
#include "FountainMessage.h"
#include "ServerMessage.h"
#include "FountainSocketHandlers.h"
#include "FountainWireProt.h"
#include "NodeID.h"
#include "ServerData.h"
#include "LokiInclude.h"
#include <bamboo/SSSXML.h>
#include <bamboo/XML.h>
#include <string>
#include <vector>
#include <map>
Go to the source code of this file.
Classes | |
| class | FountainServer |
| Implements the Scalable Systems Software node monitor specification. More... | |
| class | FountainServerCreator< T > |
| Wrapper policy class around Loki::CreateUsingNew to instantiate singleton instances of FountainServer classes. More... | |
Typedefs | |
|
typedef Loki::SingletonHolder< FountainServer, FountainServerCreator > | SingleFountainServer |
| Shorthand for getting the singleton instance of the FountainServer class. | |
1.4.6