mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Reformat annotations in preparation for automated extraction
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user