Searched refs:sClientRestriction (Results 1 – 2 of 2) sorted by relevance
79 ByteString sClientRestriction; member in CommandData120 ByteString GetClientRestriction() { return sClientRestriction; } in GetClientRestriction()121 void SetClientRestriction( ByteString sRestriction ) { sClientRestriction = sRestriction; } in SetClientRestriction()
300 rStream << sClientRestriction; in operator >>()341 rStream >> sClientRestriction; in operator <<()1695 sClientRestriction, aLogFileName, aProjectName, aPrefix, aCommandPara; in InsertTokenLine() local1791 sClientRestriction = aWhatOS.Copy( aWhatOS.GetToken( 0, ',' ).Len() + 1 ); in InsertTokenLine()1891 pCmdData->SetClientRestriction( sClientRestriction ); in InsertTokenLine()
Completed in 34 milliseconds