#include "arguments.hh"
#include "packetcache.hh"
-#define CommunicatorLoadArgsIntoSet(listname,listset) do { \
+#define CommunicatorLoadArgsIntoSet(listname, listset) do { \
vector<string> parts; \
stringtok(parts, ::arg()[(listname)], ", \t"); \
for (vector<string>::const_iterator iter = parts.begin(); iter != parts.end(); ++iter) { \
exit(1);
}
- CommunicatorLoadArgsIntoSet("also-notify",d_alsoNotify);
+ CommunicatorLoadArgsIntoSet("also-notify", d_alsoNotify);
- CommunicatorLoadArgsIntoSet("forward-notify",PacketHandler::s_forwardNotify);
+ CommunicatorLoadArgsIntoSet("forward-notify", PacketHandler::s_forwardNotify);
}
void CommunicatorClass::mainloop(void)