#include "Context.h"Include dependency graph for ServiceMode.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
| class | ServiceMode |
| ServiceMode. More... | |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const ServiceMode &sm) |
| std::ostream& operator<< | ( | std::ostream & | os, | |
| const ServiceMode & | sm | |||
| ) |
Definition at line 15 of file ServiceMode.cc.
00016 { 00017 os << "{" 00018 << "Context: " << sm.context() 00019 << "Task: " << sm.task() 00020 << "}"; 00021 return os; 00022 }
1.4.7