diff options
author | 2009-06-05 15:45:39 -0700 | |
---|---|---|
committer | 2009-06-05 15:45:39 -0700 | |
commit | 51c8a3e00e6cffe42d25d1ac87d417e925d8a84d (patch) | |
tree | a3c8e8f3c90fd0c1aeb661bcf9fa32a2d43649cc /libs/rs/rsThreadIO.h | |
parent | eb22c5b358af775a5f1192fc248594c7a0025d56 (diff) | |
parent | e583a4ea8c90105eee9b408d39bca3a4af6a2569 (diff) |
Merge commit 'goog/master' into merge_master
Diffstat (limited to 'libs/rs/rsThreadIO.h')
-rw-r--r-- | libs/rs/rsThreadIO.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libs/rs/rsThreadIO.h b/libs/rs/rsThreadIO.h index f8ba37db0d86..ae2ffc0e7525 100644 --- a/libs/rs/rsThreadIO.h +++ b/libs/rs/rsThreadIO.h @@ -35,7 +35,9 @@ public: ThreadIO(); ~ThreadIO(); - void playCoreCommands(Context *con); + // Plays back commands from the client. + // Returns true if any commands were processed. + bool playCoreCommands(Context *con); LocklessCommandFifo mToCore; |