Reformat annotations in preparation for automated extraction

This commit is contained in:
Vinnie Falco
2013-06-07 14:46:09 -07:00
parent 6d8ee90a8d
commit a6fdabc68a
89 changed files with 192 additions and 192 deletions

View File

@@ -62,13 +62,13 @@ public:
// Connection policy
//
virtual void policyLowWater() = 0;
virtual void policyEnforce() = 0; // VFALCO: This and others can be made private
virtual void policyEnforce() = 0; // VFALCO This and others can be made private
// configured connections
virtual void makeConfigured() = 0;
};
// VFALCO: TODO Put this in some group of utilities
// VFALCO TODO Put this in some group of utilities
extern void splitIpPort(const std::string& strIpPort, std::string& strIp, int& iPort);
#endif