sandboxed-api/sandboxed_api/examples/stringop
Christian Blichmann b76cb15f26 Rename accessors, move away from time_t API
- `GetPid()` -> `pid()`
- `GetRpcChannel()` -> `rpc_channel()`
- `IsActive()` -> `is_active()`
- Suggest `SetWallTimeLimit(time_t)` -> `SetWallTimeLimit(absl::Duration)`

In addition, remove the protected zero-argument contructor.

PiperOrigin-RevId: 325390292
Change-Id: Iba044ad5ce44e78c4064c0a09faaa4227c4d19a5
2020-08-07 00:30:28 -07:00
..
lib Fix path to generated proto sources when embedding 2020-03-18 18:47:02 +01:00
BUILD.bazel Replace sapi::Status with absl::Status 2020-02-27 09:24:12 -08:00
CMakeLists.txt Update license header with recommended best practices 2020-01-17 05:05:29 -08:00
main_stringop.cc Rename accessors, move away from time_t API 2020-08-07 00:30:28 -07:00